.ddm1 {
    font: 11px tahoma;
    letter-spacing:0px;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 1px 3px 1px 2px;
    border-width:0px black;
    border-style:none none none none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: transparent;
    color: black;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: transparent;
    color: #9090FF;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 1px 0px 1px 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: white;
    color: black;
}
.ddm1 .item2:hover {
    background: #9090FF;
    color: white;
}
.ddm1 .section {
    /*border: 1px gainsboro;*/
    border-width: 1;
    border-color:black;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
    background-color:white;
    padding:0;
}
.ddmB
	{
		border-style:solid;
		border-width:0 0 1 0;
		border-color:gainsboro;
		width:100%;
		padding:0;
}
.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 */