@charset "UTF-8";
/* CSS Document */

#headerSmallLinks {height:auto; width:auto; float:right; font-size:70%; font-weight:bold; color:#333; margin: 4px 10px 6px 0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.boldLinks {font-weight:bold; color:black;}
#coLinks{background-image:url(../images/topNavBarBG.jpg); 
background-position:center; background-repeat:no-repeat;width:532px;font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; font-size:80%; font-weight:bold; color:black;}
#coLinks li {font-weight:bold; color:black;}
.companyLinks {padding:0; margin:0; float:left; height:57px; line-height:57px;}
.companyLinks li {font-weight:bolder; color:black;}
.companyLinks a:link { text-decoration:underline; color:#333}
.companyLinks a:visited {text-decoration:underline;}
.companyLinks a:active {text-decoration:underline;}
.companyLinks a:hover {text-decoration:underline; color:#F30;}

#DPdropDown {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:14px; font-weight: bold; text-decoration:none; color:#000;}

#DPdropDown a {color:#000;text-decoration:none;}

#DPdropDown .mainService {width:121px; height:26px; background-image:url(../images/tabBG-slidingDoors.gif); background-position:left; background-repeat:no-repeat; padding-top:6px;}

.mainService li {}

#DPdropDown li:hover {width:121px; height:26px; background-image:url(../images/tabBG-slidingDoors.gif); background-position:-121px; background-repeat:no-repeat; padding-top:6px; margin:0;}

.mainService:hover { background-image:url(../images/tabBG-slidingDoors.gif); background-position:left -121px; color:#060;}

#DPdropDown,#DPdropDown ul {padding:0;margin:0}
#DPdropDown li ul a {color:#333;}

#DPdropDown li {
	float:left;
	position:relative;
	list-style-type:none;
}

#DPdropDown li ul {
	visibility:hidden;
	position:absolute;
	padding: 0;
	margin:0;
	list-style-type:none;
	left: 0px; /*these last two ensure that drop downs display properly in IE and don't offset*/
	top: 24px;
}


#DPdropDown li:hover ul {
	visibility:visible;
	margin:0;
	padding:0;
	width:240px;
	background-image:url(../images/gradient-bg.gif); background-repeat:repeat-y;
	font-size:12px;
}

#DPdropDown li ul li{
	padding: 0;
	margin:0 0 0 14px;
	width:240px;
	background-image:none;
	text-align:left;
	height:24px;
	font-size:12px;
}

#DPdropDown li ul li:hover{
	padding: 0;
	margin:0 0 0 14px;
	background-image:none;
	width:240px;
	height:24px;
	text-decoration:underline;
	color:#030;
	font-weight:bold;
	font-size:12px;
}
