.dmenu  {
	margin: 0 0 0 0;
	z-index : 3;
} 

.dhtml_menu {
	margin:0 0 0 10px;
}

.dhtml_menu a {
	font-size:11px;	
	display: block; 
	color:#0b41a5; 
	line-height:24px; 
	text-decoration: none; 
	font-weight:bold;
	border-bottom: 1px dotted gray;
	background:url(/_includes/images/shell/bullet.gif) no-repeat;
	background-position:left center;
	width:150px !important;
	width:162px;
	padding:0 0 0 15px;

}
.dhtml_menu a:link,.dhtml_menu a:visited,.dhtml_menu a:active {
	color:darkred;
	background-color: #ffffff;
	text-decoration:none;
}

.dhtml_menu a:hover {
	background-color:gold;
	color:green;
}

.dhtml_submenu  {
	filter: Alpha(Opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	background-color: #cccccc;
	margin-left:1px;
}

.dhtml_submenu a {
	text-decoration: none;
	display: block;
	background-color: #ffffff;
	font-size:11px;	
	display: block; 
	color:#0b41a5;
	line-height:24px; 
 	vertical-align:middle;
}

.dhtml_submenu a:link, .dhtml_submenu a:visited, .dhtml_submenu a:active {
	color:darkred;
	background-color: #EAE3CC;
	text-decoration:none;
	line-height:22px;
	border-bottom: 1px dotted green;
	font-weight:bold;
	font-size:11px;
	padding: 0px 0 0 8px;
	margin:0;

	height:inherit;
	
}


.dhtml_submenu a:hover {
	color:green; 
	background-color: gold;
}