.ddm1 {
    font: 11px tahoma;

}
.item1,
.item1:hover,
.item1-active,
.item1-active:hover {
    padding: 5px 0px 5px 15px;
    border: 1px #ebebeb;
    border-style: none none none solid;
    text-decoration: none;
    display:block;
    position: relative;
}
.item1 {
    background: #ffffff;
    color: #666666;
}
.item1:hover,
.item1-active,
.item1-active:hover {
    background: #ebebeb;
    color: #1e3d69;
}
.item2,
.item2:hover {
    padding: 4px 8px 8px 15px;
    text-decoration: none;

    white-space: nowrap;
	border: 1px #ebebeb;
    border-style: none none none solid;}
.item2 {
    background: #;
    color: #666666;

}
.item2:hover {
    background: #;
    color: #1e3d69;

}
.section {
    border: 1px #ebebeb;
    background: #;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    width:130px;
    z-index:-1;
}
.bottom,
.bottom:hover { border-style: solid solid solid solid; }

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