#menu {position: relative; width: 960px; height: 42px; background: transparent; padding: 13px 0px 0px 0px; 
text-align: center; float: left; 
}
.prova {display: inline; padding-bottom: 0px; 
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	text-align: left; 
    padding: 5px 5px 8px 5px;
    background: transparent;
    font: 14px arial, helvetica, verdana, sans-serif;
    color: #605037;
	font-weight: bold; 
    text-decoration: none;
    display: inline;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	text-align: left; 
    padding: 10px 15px 10px 15px;
    font: 14px arial, helvetica, verdana, sans-serif;
    color: #605037;
	font-weight: bold; 
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative; 
    z-index: 500;
	border-bottom: 1px #605037 solid; border-left: 1px #605037 solid; border-right: 1px #605037 solid; 

}
.ddmx .item2 {
    background: #FFC164; 
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background-color: white;
	color: #082D47;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 13px 16px 14px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
/**DISTACCA LE TENDINE DAL MENU*/
.ddmx .section {margin-top: 1px; 
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
