
.ddmx     { font: 10px tahoma; width: 100% }
.content_menu { position: relative }
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover    { color: #ffffff; font: bold 11px arial; text-decoration: none; background: #acacac; white-space: nowrap; display: block; padding: 3px 10px; position: relative; border-bottom: 1px solid #cccccc }
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #e5e1da;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover   { background: #8eb8de }
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img { background-color: #e5e1da; position: absolute; top: 4px; right: 1px; border: 0 }
.ddmx .section  { background-color: #e5e1da; visibility: hidden; position: absolute; z-index: -1; border: solid 1px #b8b4ae }

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .ddmx td    { position: relative; width: 100% } /* ie 5.0 fix */


