#menu1 {width: 960px;}

.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1, .ddm1 a.aktyvus,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 0 4px 0;
    text-decoration: none;
    display: block;
    position: relative;
    width: 192px;
    text-align: center;
}
.ddm1 .item1 {
    background: #69767f;
    color: #ffffff;
}
.ddm1 .item1:hover, .ddm1 a.aktyvus,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #000;
    color: #ffffff;
}
.ddm1 .item2, .ddm1 .item2_f,
.ddm1 .item2:hover, .ddm1 .item2_f:hover {
    padding: 3px 30px 4px 30px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    border-top: 1px solid #72716f;
}
.ddm1 .item2_f, .ddm1 .item2_f:hover {border-top: 0;}
.ddm1 .item2, .ddm1 .item2_f {
    background: #fff;
    color: #000;
}
.ddm1 .item2:hover, .ddm1 .item2_f:hover {
    background: #fff;
    color: #000;
    text-decoration: underline;
}
.ddm1 .section {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
    width: 192px;
    margin-top: 1px;
}


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

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