.dm1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
	text-decoration: none;
	display: block;
	position: relative;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
	width: 80px;
	text-align: center;
}
.dm1 .item1 {
	color: #ffffff;
	background-color: #BF002E;
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
	color: #ffffff;
	background-color: #000000;
}
.dm1 .item2,
.dm1 .item2:hover {
    padding: 3px 8px 4px 8px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.dm1 .item2 {
	color: #ffffff;
	background-color: #333333;
}
.dm1 .item2:hover {
	color: #ffffff;
	background-color: #666666;
}
.dm1 .section {
	border: 1px solid #FFFFFF;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	white-space: nowrap;
}
.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 */