.dmenu
{ 
	list-style:none;
	padding:0px; 
	margin:0px; 
	margin-top:1px;
	background-color:#2f2f2f;
	/*filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);  */
	filter: alpha (opacity=85); 
	-moz-opacity:0.85; 
	opacity:0.85;
	position:absolute; 
	
}
.dmenu li
{ 
   font-family:Verdana; 
	font-weight:bold;
	font-size:11px;
	margin:0px;
	list-style:none;
	border-bottom:solid 1px #8b8b8b;
}

.dmenu li a, .dmenu li a:visited
{

	color:#ffffff; 
	line-height:26px; 
	padding:0px 15px 0px 25px; 
	text-decoration:none;
	display:block; 

}

.dmenu li a:hover
{ 
	background-color:#cfcfcf; 
	color:#333333; 
	text-decoration:none; 
	display:block;
}
/* ---------------set up width for indivdual dropdown menus -------------*/
.WhyusWidth
{
	width:137px !important;
}
.ProductsWidth
{
	width:210px !important;
}

.ServicesWidth
{
	width:125px !important;
}
.InspirationWidth
{
	width:140px !important;
}

.ResourcesWidth
{
	width:210px !important;
}
.ContactWidth
{
    margin-left:-41px;
	width:165px !important;
}
/* ---------------set up width for indivdual dropdown menus -------------*/
