.ddm1 {
    font: bold 11px  tahoma,arial,sans-serif;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 8px 9px 8px 10px;
    border: 0;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: transperant;
    color: #ffffff;
    
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #30567a;
    color: white;
    border: 1px #30567a;
    border-style: none none none none;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #c6dcf2;
    color: #30567a;
}
.ddm1 .item2:hover {
    background: transparent;
    color: #f98f06;
}
.ddm1 .section {
    background: #c6dcf2;
    border: 1px #30567a;
    border-style: none none none none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
    min-width: 100px;
*  width: 100px;

}
.ddm1 .left, .ddm1 .left:hover { border-style: none none none none; }
.ddm1 .right, .ddm1 .right:hover { border-style: none none none none; }

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