@charset "utf-8";
/* CSS Document */
/*@import url('css/reset.css');*/

#nav
{
/*background: url(images/slice.jpg) repeat-x;
width:100%;
height:60px;*/
}
#navigation 
{
margin-left:-40px;
margin-top:-10px;
}



#navigation li
{

float:left;
display:block;
}

#navigation li a
{
background-image:url(images/sprite.jpg);
display: block;
	outline: none;
	position: relative;
	height: 60px;
	text-decoration: none;
	width: auto;

}



	
	#navigation .About 
	{
	background-position:0px 0px;
	width:160px;
	height:60px;
	
	}
	
	#navigation .Services 
	{
	background-position:-160px 0px;
	width:160px;
	height:60px;
	}
	
	#navigation .Studies 
	{
	background-position:-320px 0px;
	width:160px;
	height:60px;
	}
	
	#navigation .Client 
	{
	background-position:-480px 0px;
	width:160px;
	height:60px;
	}
	
	#navigation .Testimonials 
	{
	background-position:-640px 0px;
	width:160px;
	height:60px;
	}
	
	#navigation .Contact 
	{
	background-position:-800px 0px;
	width:160px;
	height:60px;
	}
	
	
	
	#navigation a .hover {  
	filter:alpha(opacity=0);
	background:url(images/sprite.jpg) no-repeat;  
	display: block;  
	opacity: 0;  
	position: relative;  
	top: 0;  
	left: 0;  
	height: 100%;  
	width: 100%;  
	} 
	
	#navigation .About .hover {
	background-position: -0px -60px;
	}
	#navigation .Services .hover{
	background-position: -160px -60px;
	}
	#navigation .Studies .hover {
	background-position: -320px -60px;
	}
	#navigation .Client .hover {
	background-position: -480px -60px;
	}
	#navigation .Testimonials .hover {
	background-position: -640px -60px;
	}
	#navigation .Contact .hover {
	background-position: -800px -60px;
	}
	.bold {
	font-weight: bold;
}
.centered {
	text-align: center;
}
.centered {
	text-align: center;
}
.bolder {
	font-weight: bold;
}
.style2a {
	color: #666;
}

