/* Horizontal Navigation */
#nav { 
	width: 933px;
	background:url("../images/navbg.gif");
	background-repeat:repeat-x;
	margin: 0; 
	padding: 0 0 0 25px; 
	list-style-type: none;
	height:38px;
}
#nav li { 
	display: inline; 
	padding: 0; 
	text-indent:-2000px; 
}
#nav li a { 
	display: block; 
	float:left; 
	padding: 0;  
	height: 38px; 
}
#nav li a:hover, #nav li a#current { 
	background-position: 0 -38px; 
}





#navHome a { 
	background:url("../images/nav/nav_home.gif"); 
	width: 90px;
}
#navProfile a { 
	background:url("../images/nav/nav_companyprofile.gif"); 
	width: 117px;
}

#navCasestudies a { 
	background:url("../images/nav/nav_case.gif"); 
	width: 115px; 
}
#navLinks a { 
	background:url("../images/nav/nav_links.gif"); 
	width: 151px; 
}
#navHealth a { 
	background:url("../images/nav/nav_health.gif"); 
	width: 163px; 
}
#navTest a { 
	background:url("../images/nav/nav_test.gif"); 
	width: 150px; 
}
#navContact a { 
	background:url("../images/nav/nav_contact.gif"); 
	width: 131px; 
}

.clearfix {display: inline-block;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

/* End Horizontal Navigation */