.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #cccccc;
    background: #808080;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:visited {
    text-decoration: none;
    color: #ffffff;
}

.ddmx .item1 {
    text-decoration: none;
    color: #ffffff;
    background: #000000;
}

.ddmx .item0 {
    line-height:8px;
    font: 8px tahoma;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 1px 0px 1px 0px;
    font: 12px arial;
    background: #808080;
    color: #000000;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item2:visited {
    text-decoration: none;
    font: 12px arial;
    color: #000000;
}

.ddmx .item2 {
    font: 12px arial;
    color: #000000;
    background: #ffffff;
}


.ddmx .section {
    border: 1px solid #000000;
    position: absolute;
    width: 150px;
    margin-left: -3px ;
    margin-top:-2px ;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
