/* CSS Document */
#navbox
{
    width: 800px; 
	background-color: #405570;
	height: 29px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #ffffff; 
}
#navMain, #navMain ul, #navMain img {
	padding: 0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	border: none;
}

#navMain a {
	display: block;
	/*width: 100px;*/
	color: #ffffff; 
	text-decoration: none;
}

#navMain #home a, #navMain #about_us a, #navMain #industries a, #navMain #services a, #navMain #safety a, #navMain #projects a, #navMain #certifications a, #navMain #in_the_news a, #navMain #contact a {
	height: 29px;
	outline: none;
	text-indent: -9999px;
}

#navMain #home a {
	background: url(/images/nav_home.gif);
	width: 77px;
}

#navMain #about_us a {
	background: url(/images/nav_about.gif);
	width: 92px;
}

#navMain #industries a {
	background: url(/images/nav_industries.gif);
	width: 92px;
}

#navMain #services a {
	background: url(/images/nav_services.gif);
	width: 79px;
}

#navMain #safety a {
	background: url(/images/nav_safety.gif);
	width: 74px;
}

#navMain #projects a {
	background: url(/images/nav_projects.gif);
	width: 83px;
}

#navMain #certifications a {
	background: url(/images/nav_certifications.gif);
	width: 115px;
}

#navMain #in_the_news a {
	background: url(/images/nav_news.gif);
	width: 112px;
}

#navMain #contact a {
	background: url(/images/nav_contact.gif);
	width: 76px;
}

#navMain li {
	float: left;
	/*width: 200px;*/
}
#navMain li ul {
	position: absolute;
	width: 185px;
	padding: 5px 0px 0px 3px;
	line-height: 18px;
	background-color: #405570;
	left: -999em;
}

#navMain li:hover ul {
	left: auto;
	text-decoration: underline;
	
}
#navMain li:hover ul, #navMain li.sfhover ul {
	left: auto;
	text-decoration: none;
}
#navMain li ul li a
{
    display: block;
    text-indent: 0; 
    width: 200px;
}
#navMain #home li a, #navMain #about_us li a, #navMain #industries li a, #navMain #services li a, #navMain #safety li a, #navMain #projects li a, #navMain #certifications li a, #navMain #in_the_news li a, #navMain #contact li a {
	background: none;
	height: 20px;
	text-indent: -0;
	width: 200px;
}
/*=============sub nav=========================*/
.mainLink 
{
	width: auto;
	height: 28px;
	border-bottom: 1px solid #E8E8E8;
	line-height: 27px;
	font-size: 11px;
	font-weight: bold;
	color: #252C35;
	list-style-type: none;
	padding: 18px 0px 0px 12px;
	margin: 0;
}
ul.navSub {
	margin: 0;
	padding: 11px 0px 0px 12px;
	border: 0;
}

ul.navSub li
{
	width: auto;
	height: 21px;
	/*border-bottom: 1px solid #0073ae;*/
	line-height: 18px;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.navSub li a, ul.navSub li a:hover {
	color: #405570;
	font-weight: normal;
	text-decoration: none;
	display:block;
}

ul.navSub li a:hover {
	color: #E27024;
	font-weight: normal;
	text-decoration: none;
	display:block;
}
#orangenav {
	background-color: white;
	border-bottom: 2px solid #E27024;
	padding-top: 3px;
}