.dmenu
{ 
	padding:0px; 
	margin:0px; 
	margin-top:1px;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);background-color:#2f2f2f;  */
	filter: alpha (opacity=100); 
	-moz-opacity:1.00; 
	opacity:1.00;
	position:absolute; 
	
}
.dmenu li
{ 
    font-family:Verdana; 
	font-weight:normal;
	font-size:11px;
	margin:0px;
	list-style:none;
	border:solid 0px #ffffff;
	border-top:none;
}

.dmenu li a 
{

	color:#3d3c73; 
	/*background-image:url(/images/dhtml/normal.gif); background-repeat:no-repeat; */
	line-height:26px; 
	padding:0px 10px 0px 20px; 
	text-decoration:none;
	display:block; 

}

.dmenu li a:hover
{ 
	background-image:url(/images/dhtml/rollover.gif); background-repeat:no-repeat;  
	color:#ffffff; 
	text-decoration:none; 
	display:block;
}
/* ---------------set up width for indivdual dropdown menus -------------*/

.aWidth
{
	width:152px !important; background-image:url(/images/dhtml/abg.gif); background-repeat:no-repeat;
	 
}
.sWidth
{
	width:152px !important;background-image:url(/images/dhtml/sbg.gif); background-repeat:no-repeat;
}

.dWidth
{
	width:152px !important;background-image:url(/images/dhtml/sbg.gif); background-repeat:no-repeat; background-position: bottom left;
}
/* ---------------set up width for indivdual dropdown menus -------------*/