.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1:visited,
.ddm1 .item1:link,
.ddm1 .item1-active,
.ddm1 .item1-active:visited,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    position: relative;
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
}
.ddm1 .item1 {
    color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #999B9A;
    color: #ffffff;
}
.ddm1 .item2,
.ddm1 .item2:visited,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 12px;
	font-weight: normal;
}
.ddm1 .item2 {
    color: #000000;
}
.ddm1 .item2:hover {
    background: #999B9A;
    color: #000000;
}
.ddm1 .section {
	padding: 3px 3px 5px 3px;
    background: #D9D9D9;
    border: 1px solid #6E6E6E;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}

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

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