/* CSS menù orizzontale */

.ddmx {
    font: 11px;
	line-height: 40px;
	margin:	0;
	text-align: center;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	width: 95px;
	padding: 0;
    font: 11px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	margin: 0;
	border: 0;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	width: 95px;
	background-image: url(../img/rosso.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #6B6121;
	margin: 0;
/*	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-top: 0;
	border-bottom: 0;*/
	border: 0;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	width: 95px;
	padding: 0;
    font: 11px;
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	z-index: 500;
}
.ddmx .item2 {
	background-image: url(../img/rosso.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #6B6121;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background-image: url(../img/grigio.png);
	background-position: center;
	background-repeat: no-repeat;
}
/*.ddmx .arrow,
.ddmx .arrow:hover {
	padding-left: 8px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}*/
.ddmx .section {
/*    border: 1px solid #FFFFFF;*/
	border: 0;
    position: absolute;
    visibility: hidden;
}

* html .ddmx td { position: relative; margin: 0; padding: 0; border: 0; } /* ie 5.0 fix */


