/* CSS Document */

.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; 
	border:none;
	border-top:1px solid #fdfdfd;;	
}

.dmenu a:visited
{
  text-decoration:none;
}

.dmenu ul
{

}
.dmenu li
{ 
    font-family:Verdana; 
	font-weight:normal;
	font-size:11px;
	/*margin-right:5px;*/
	list-style:none;
	border:solid 1px #fdfdfd;
	border-top:none;
	text-align:left;
}

.dmenu li a 
{
    color:#0075d0; 
	line-height:24px; 
	padding:0px 0px 0px 15px; 
	text-decoration:none;
	display:block; 
	background-color:#c7e8f8;	
}

.dmenu li a:hover
{ 
	color:#0075d0;
	background-color:#fedbb6; 
	text-decoration:none; 
	display:block;
}
/* ---------------set up width for indivdual dropdown menus -------------*/
.aWidth
{
	margin-left:0px;
	width:245px !important;
/*	height:148px !important;*/
	/*background-image:url(/images/dhtml/bg.png); */
/*	background-color:#FFF;*/
	background-repeat:no-repeat; 
	background-position:bottom right;
}

.bWidth
{
	margin-left:-1px;
	width:114px !important;
/*	height:92px !important;*/
/*	background-image:url(/images/dhtml/bg.png); */
	/*background-repeat:no-repeat; 
	background-position:bottom right;*/
}

.cWidth
{
	margin-left:-1px;
	width:198px !important;
/*	height:92px !important;*/
/*	background-image:url(/images/dhtml/bg.png); */
/*	background-repeat:no-repeat; 
	background-position:bottom right;*/
}

.dWidth
{
	margin-left:0px;
	width:180px; !important;
/*	height:64px !important;*/
/*	background-image:url(/images/dhtml/bg.png); */
/*	background-repeat:no-repeat; 
	background-position:bottom right;*/
}

.eWidth
{
	 margin-left:0px;
	 width:130px !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 -------------*/
