/* CSS Document */

.dmenu
{ 
	padding:0px; 
	margin:0px; 
	margin-top:3px;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);background-color:#2f2f2f;  */
	filter: alpha (opacity=100); 
	-moz-opacity:1.00; 
	opacity:1.00;
	position:absolute; 
	
}

.dmenu a:visited
{
  text-decoration:none;
}

.dmenu ul
{
	border:none;
	border-top:solid 1px #666666;
	
}
.dmenu li
{ 
    font-family:Verdana; 
	font-weight:normal;
	font-size:11px;
	/*margin-right:5px;*/
	list-style:none;
	border:solid 1px #ccccff;
	border-top:none;
	text-align:left;
	border:solid 1px #666666;
	border-top:none;
	
}

.dmenu li a 
{
    color:#333333; 
	line-height:24px; 
	padding:0px 0px 0px 25px; 
	text-decoration:none;
	display:block; 
	background-color:#ffffff;	
}

.dmenu li a:hover
{ 
	color:#ffffff;
	background-color:#85659d;
	/*background-color:#ed1d24; */
	text-decoration:none; 
	display:block;
}
/* ---------------set up width for indivdual dropdown menus -------------*/
.aWidth
{
	margin-left:-2px;
	width:135px !important; /* not use this for this project*/
/*	height:148px !important;*/
	/*background-image:url(/images/dhtml/bg.png); */
/*	background-color:#FFF;*/
	background-repeat:no-repeat; 
	background-position:bottom right;
}

.bWidth
{
	margin-left:0px;
	width:223px !important;
/*	height:92px !important;*/
/*	background-image:url(/images/dhtml/bg.png); */
	/*background-repeat:no-repeat; 
	background-position:bottom right;*/
}

.cWidth
{
	margin-left:0px;
	width:170px !important;
/*	height:92px !important;*/
/*	background-image:url(/images/dhtml/bg.png); */
/*	background-repeat:no-repeat; 
	background-position:bottom right;*/
}

.dWidth
{
	margin-left:0px;
	width:176px; !important;
/*	height:64px !important;*/
/*	background-image:url(/images/dhtml/bg.png); */
/*	background-repeat:no-repeat; 
	background-position:bottom right;*/
}

.eWidth
{
	 margin-left:0px;
	 width:169px !important;
/*	 height:176px !important;*/
/*	 background-image:url(/images/dhtml/bg.png); */
	/* background-repeat:no-repeat; 
	 background-position:bottom right;*/
}

/* ---------------set up width for indivdual dropdown menus -------------*/