.ddm1 {
    font: 11px verdana;
    font-weight: bold;
    z-index: 5000000000;
    
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 500000;
}
.ddm1 .item1 {
    color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #eeeeee;
    color: #000000;
    z-index: 500000;
}




.ddm1 .item1marked,
.ddm1 .item1marked:hover,
.ddm1 .item1marked-active,
.ddm1 .item1marked-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 500000;
}
.ddm1 .item1marked {
    color: #000000;
    font-weight: bold;
}
.ddm1 .item1marked:hover,
.ddm1 .item1marked-active,
.ddm1 .item1marked-active:hover {
    background: #eeeeee;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    z-index: 500000;
}







.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 
{
    background: #eeeeee;
    color: #000000;
}

.ddm1 .item2:hover {
    background: #eeeeee;
    color: #000000;
}

.ddm1 .section 
{
    position: absolute;
    visibility: hidden;
    z-index: 50000;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */