.ddm1 {
    font: 12px arial;
	
	}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
	width: 200px;
    padding: 3px 8px 4px 8px;
    border: 1px #000080;
    border-style: solid solid solid solid;
    text-decoration: none;
    display: block;
    position: relative;
	text-align: center;
	
}
.ddm1 .item1 {
    background: #000080;
    color: #ffffff;
	font-weight: normal;
	text-align: center;
	
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #FFFF00;
	color: #000080;
	font-weight: bold;
	
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 2px 0px 3px 0px;
	font-weight: bold;
    text-decoration: none;
	background: #FFFF00;
	display: block;
    white-space: nowrap;
	
}
.ddm1 .item2 {
    background: #CCCCFF;
    color: #000000;
	font-weight: normal;
	text-align: center;
	width: 200px;
}
.ddm1 .item2:hover {
	width: 200px;
    background: #FFFFFF;
    color: #000080;
	
}
.ddm1 .section {
    border: 1px #000080;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	background: #C1D3FF;
}

.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid solid; }

* html .ddm1 td { position: relative; } /* ie 5.0 fix */
