.ddm1 {
    font: 9px verdana;
    text-transform:uppercase;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    font: 11px verdana;
    padding: 5px 5px 5px 5px;
    /* border: 1px #003366;
    border-style: none; */
    text-decoration: none;
    display: block;
    position: relative;

}

.ddm1 .item1 {
    background: white;
    color: #000000;
    font: 11px verdana;

}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: white;
    color: #000000;
    text-decoration:underline;

}
.ddm1 .item2,
.ddm1 .item2:hover {
    
    font: 11px verdana;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    text-align: left;
 
}
.ddm1 .item2 {
    background: white;
    color: #000000;
    border: 1px #CCCCCC;
    border-style: none none solid none;
    font: 11px verdana;
}
.ddm1 .item2:hover {
    background: white;
    color: #000000;
    text-decoration:underline;
    font: 11px verdana;
}
.ddm1 .section {
    /* border: 1px #003366;
    border-style: solid ; */
    background: white;    
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: none; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix'as */

