
.ddmx {
    font: 11px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
   
    background: #F3E6B2;
    font: 12px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px verdana;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;

}
.ddmx .item2 {
    background: #CABB80;
}

.ddmx .item1 {
    background: #CABB80;
}



.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #F3E6B2;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 1px;
}
.ddmx .section {
    border: 2px solid  #7d7d7d;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    margin-top: -2px; 
    margin-left: 1px;

}

.ddmx .bottom,
.ddmx .bottom:hover {


}

* html .ddmx td { position: relative; } /* ie 5.0 fix */