.ddmx {
    font: 15px 'Tahoma';
    background-color: #;
}
.ddmx, .ddmx td { border: none 0px; padding: 0px; }
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 2px 4px 2px 4px;
    font: 15px 'Tahoma';
    color: #005C7C;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item1:hover,
.ddmx .item1-active:hover
{
    color: #0098A1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: #;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 8px 8px 13px;
    font: 15px 'Tahoma';
    color: #2B4B67;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background-color: #E4F1EF;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    color: #0098A1;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    background-color: #FFFFFF;
}

.ddmx .section {
    border: 1px solid #D2FCFB;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
