.ddmx {
 font: 11px tahoma;
 font-weight: bold;
 text-decoration: none;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
 padding: 7px 8px 3px 7px;
 background: #740082;
 font: 11px tahoma;
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 display: block;
 white-space: nowrap;
 position: relative;
}




.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-visited,
.ddmx .item2-link,
.ddmx .item2-active:hover {
 padding: 3px 8px 4px 8px;
 font: 11px tahoma;
 color: #ffffff;
 background: #FF6600;
 text-decoration: none;
 display: block;
 white-space: nowrap;
 position: relative;
 z-index: 500;
 border: 1px #003366;
}

.ddmx .item2 {
 background: #f7f7f7;
 color: darkblue;
 font: 11px tahoma;
  text-decoration: none;
  
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
 background: #d1d1d1;
 color: red;
  font: 11px tahoma;
}

.ddmx .arrow,
.ddmx .arrow:hover {
 padding: 3px 16px 4px 8px;
  font: 11px tahoma;
}



.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
     font: 11px tahoma;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
 font: 11px tahoma;
 border-bottom: 1px solid #000000;
}