.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 0px 4px 0px 4px;
    
    font-weight: bolder;
	font-size: 7pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.ddm1 .item1 {
    background: lightsteelblue;
    color: #003366;
    
    font-weight: bolder;
	font-size: 7pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: lightsteelblue;
    color: #003366;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    border: 1px #003366;
    border-style: solid solid none solid;
    z-index: 10;
}
.ddm1 .item2
{
	font-size: 8pt;
	z-index: 10;
	background: lightsteelblue;
	color: #003366;
	font-family: Arial;
	height: 18px;
}
.ddm1 .item2:hover
{
	background: lavender;
	color: #000000;
}
.ddm1 .section {
    border: 1px #000000;
    border-style: none none solid none;
    position: absolute;
    visibility: hidden;
    z-index: 10;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */