/* CSS Document */

#nav_container {
	width:928px;
	height:48px;
	background-image:url(../images/background_main.png);
	behavior:url(js/iepngfix.htc);
	background-repeat:repeat-y;
	}
	
#nav {
	width:869px;
	}
	
#nav a {
	color:#fff;
	text-decoration:none;
	}
	
#nav a:hover {
	color:#999;
	text-decoration:none;
	}
	
#nav li ul a {
	position:relative;
	}
	
	
/* ROLLOVERS */
	
#nav_aboutus {
	width:80px;
	height:45px;
	background-image:url(../images/nav/nav_aboutus_off.gif);
	background-repeat:no-repeat;
	}
	
#nav_aboutus:hover {
	background-image:url(../images/nav/nav_aboutus_on.gif);
	background-repeat:no-repeat;
	}
	
#nav_industryexpertise {
	width:129px;
	height:45px;
	background-image:url(../images/nav/nav_industryexpertise_off.gif);
	background-repeat:no-repeat;
	}
	
#nav_industryexpertise:hover {
	background-image:url(../images/nav/nav_industryexpertise_on.gif);
	background-repeat:no-repeat;
	}
	
#nav_differentiators {
	width:112px;
	height:45px;
	background-image:url(../images/nav/nav_differentiators_off.gif);
	background-repeat:no-repeat;
	}
	
#nav_differentiators:hover {
	background-image:url(../images/nav/nav_differentiators_on.gif);
	background-repeat:no-repeat;
	}
	
#nav_subcontractors {
	width:118px;
	height:45px;
	background-image:url(../images/nav/nav_subcontractors_off.gif);
	background-repeat:no-repeat;
	}
	
#nav_subcontractors:hover {
	background-image:url(../images/nav/nav_subcontractors_on.gif);
	background-repeat:no-repeat;
	}
	
#nav_whatsnew {
	width:85px;
	height:45px;
	background-image:url(../images/nav/nav_whatsnew_off.gif);
	background-repeat:no-repeat;
	}
	
#nav_whatsnew:hover {
	background-image:url(../images/nav/nav_whatsnew_on.gif);
	background-repeat:no-repeat;
	}
	
#nav_portfolio {
	width:75px;
	height:45px;
	background-image:url(../images/nav/nav_portfolio_off.gif);
	background-repeat:no-repeat;
	}
	
#nav_portfolio:hover {
	background-image:url(../images/nav/nav_portfolio_on.gif);
	background-repeat:no-repeat;
	}
	
#nav_careers {
	width:62px;
	height:45px;
	background-image:url(../images/nav/nav_careers_off.gif);
	background-repeat:no-repeat;
	}
	
#nav_careers:hover {
	background-image:url(../images/nav/nav_careers_on.gif);
	background-repeat:no-repeat;
	}	
	
#nav_contact {
	width:82px;
	height:45px;
	background-image:url(../images/nav/nav_contact_off.gif);
	background-repeat:no-repeat;
	}
	
#nav_contact:hover {
	background-image:url(../images/nav/nav_contact_on.gif);
	background-repeat:no-repeat;
	}
	
#nav_divider {
	width:18px;
	height:45px;
	background-image:url(../images/nav/nav_divider.gif);
	background-repeat:no-repeat;
	}
	
	
/* SON OF SUCKERFISH */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: auto;
}

#nav li { /* all list items */
	float: left;
	width:auto ; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	/*background-image:url(../images/nav/2ndnav_background.png);
	behavior:url(js/iepngfix.htc);
	background-repeat:repeat; */
	background-color:#174d80;
	color:#fff;
	font-size:11px;
	width: 10em;
	padding:0px 10px 0px 10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:999;
}

#nav li ul li { /* all list items */
	float: none;
	text-align:left;
	padding:8px 0px 8px 0px;
	border-bottom:#fff solid 1px;
	width:auto ; /* width needed or else Opera goes nuts */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left:6px;
}