.dm1 {
    color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
	font-family: "Arial Narrow";
	text-transform: uppercase;
	width: 732px;
	line-height: 30px;
	height: 30px;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {    
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	height: 30px;
	display: block;
    position: relative;
}
.dm1 .item1 {
    font-weight: bold;
	color: #FFF;
	background-color: #333;	
	border-right: 2px #ffffff solid;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
    font-weight: bold;
	color: #97963d;
	background-color: #333;
	border-right: 2px #ffffff solid;
}
.dm1 .item2,
.dm1 .item2:hover {
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
    background: #cd9440;
    color: #ffffff;
	border-bottom: #fdc067;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.dm1 .item2:hover {
    background: #f9ab39;
    color: #ffffff;
}
.dm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
	background-color: #cd9440;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
	width: 190px;
}
.dm1 .left, .dm1 .left:hover { border-style: solid none solid solid; }
.dm1 .right, .dm1 .right:hover { border-style: solid solid solid none; }

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