.ddmx {
    font: 10pt tahoma;
}

.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    position: relative;
    text-transform:uppercase;
}
.ddmx a { color:#38290d; text-decoration: none; }
.ddmx a:hover { color:#ff6a00; text-decoration: none; }

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background:#847559;
    text-transform:none;
    margin:1px 0px;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover { background:#948568; }


.ddmx .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    background-color:#38290d;
    margin-top:5px;
    opacity:0.9;
    filter: alpha(opacity=90);
}

.ddmx .section a { color:#ffffff; text-decoration:none; }
.ddmx .section a:hover { color:#ffffff; text-decoration:none; }

* html .ddmx td { position: relative; } /* ie 5.0 fix */
