.dm1 {
	font: 12px tahoma;
	width: 950px;
	height: 15px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-x;
}
.dm1 .item1,
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
	text-decoration: none;
	display: block;
	position: relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.dm1 .item1 {
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: 0;
	background-image: url(images/menu-bg2.jpg);
}
.dm1 .item1:hover,
.dm1 .item1-active,
.dm1 .item1-active:hover {
	color: #0066FF;
	background-image: url(images/menu-bg2.jpg);
}
.dm1 .item2,
.dm1 .item2:hover {
	text-decoration: none;
	display: block;
	white-space: nowrap;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.dm1 .item2 {
	background: #3264C7;
	color: #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
.dm1 .item2:hover {
	background: #6699FF;
	color: #F00;
}
.dm1 .section {
	border: 1px solid #3366FF;
	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 */
