/* 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: 100px;
	padding: 0;
    font: 11px;
    color: #6B6121;
    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: 100px;
	background-image: url(../img/link_menu.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #990000;
	margin: 0;
	border: 0;
	padding: 0;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	width: 98px;
	padding: 0;
    font: 11px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	z-index: 500;
}
.ddmx .item2 {
	margin: 0;
	padding: 0;
	border: 0;
	color: #6B6121;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: #FFFFFF;
	color: #990000;
	margin: 0;
	border: 0;
}
/*.ddmx .arrow,
.ddmx .arrow:hover {
	padding-left: 8px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}*/
.ddmx .section {
	border: 1px solid #6B6121;
	background-image: url(../img/pixel.png);
	background-repeat: repeat;
	background-position: top left;
    position: absolute;
    visibility: hidden;
	margin-top: -1px;
}

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

