.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	padding: 3px 8px 4px 8px;
	text-decoration: none;
	display: block;
	position: relative;
	font-weight: bold;
}
.ddm1 .item1 {
	background: #CCE396;
	color: #1E5095;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	background: #1E5095;
	color: #CCE396;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
	background: #CCE396;
	color: #1E5095;
}
.ddm1 .item2:hover {
	background: #A2CC44;
	color: White;
}
.ddm1 .section {
	border: 1px none #003366;
	border-style: solid solid solid solid;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover {
	border-style: none none none none;
}
.ddm1 .right, .ddm1 .right:hover {
	border-style: none none none;
}

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