
.ddmx {
   margin            : auto;
   font-size         : 11px;
}

table.ddmx td {
   padding           : 4px 7px;
}


.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:visited {   
      text-decoration   : none;
      display           : block;
      white-space       : nowrap;
      color             : #462B1A;
      position          : relative;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding          : 2px;
    text-decoration  : none;
    display          : block;
    white-space      : nowrap;
    position         : relative;
    z-index          : 500;
    font-weight      : normal;
}

.ddmx .item2 {
    
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background       : #E4D7C8;
    
}


div.div_main_menu div.section a:link,
div.div_main_menu div.section a:visited {
   color             : #5D3923;
   font-weight       : normal;
   text-decoration      : none;
}

.ddmx .section {
    position         : absolute;
    visibility       : hidden;
    z-index          : -1;
    width            : 80px;
    background-color : #D4BFA7;
}

.section {
   text-align        : center;
}

p.titolo_sezione {
   font-weight       : bold;
   padding           : 4px;
   color             : #5D3923;
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */
