.dmenu  {
	margin: 0 0 0 0;
	z-index : 3;
	width:183px;
} 

.dhtml_menu {
	text-align:right;
}

.dhtml_menu a {
	background-image:url(/_includes/images/shell/nav_square.gif);
	background-repeat:no-repeat;
	background-position:right;
	display: block;
	color:#999589;
	border-bottom:1px dotted black;
	padding-right:18px;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}

.dhtml_menu a:link, .dhtml_menu a:visited,.dhtml_menu a:active {color:#999589;text-decoration:none;}
.dhtml_menu a:hover {background-color:#B6AE9C;color:#6B6451;}
.dhtml_submenu  {
	filter: Alpha(Opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	background-color:#56503F;
}

.dhtml_submenu a {
	vertical-align:middle;
	font-family:verdana;
	text-decoration: none;
	display: block;
	background-color:#6B6451;
	padding-left:10px;
	font-size:11px;
	line-height:20px;
	height:inherit;
	border-bottom:1px solid #56503F;
	width:200px;
}

.dhtml_submenu a:link, .dhtml_submenu a:visited, .dhtml_submenu a:active {
	color: #000000;
	text-decoration:none;
}

.dhtml_submenu a:hover {
	color :#8E7C4D;
	background-color:#ffffff;
}
