.ddmx {
    font: 11px tahoma;
    width:760px;

}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:visited{
    padding: 3px 0px 3px 0px;
    background: #002A7F;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:visited{
    padding: 3px 0px 4px 0px;
    font: 11px tahoma;
    color: #002A7F;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #e5e1da;
}

.ddmx .item2:hover,
.ddmx .item2-active:hover{
    padding: 3px 0px 4px 0px;
    
    font: 11px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #002A7F;
}

.ddmx .item3,
.ddmx .item3:visited,
.ddmx .item3-active,
.ddmx .item3-active:visited{
    padding: 3px 0px 4px 0px;
    font: 11px tahoma;
    color: #002A7F;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #e5e1da;
}


.ddmx .item3:hover,
.ddmx .item3-active:hover{
    padding: 3px 0px 4px 0px;
    
    font: 11px tahoma;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    background: #002A7F;
}

.ddmx .section {
    
    
    position: absolute;
    visibility: hidden;

    z-index: -1;
}

*html .ddmx td { position: relative; } /* ie 5.0 fix */
