@charset "utf-8";
/* CSS Document */




#nav
{

width:100%;
height:22px;
margin-top:50px;
}
#navigation 
{
margin-left:0px;
}



#navigation li
{

float:left;
display:block;
}

#navigation li a
{
background-image:url(../images/sprite.png);
display: block;
	outline: none;
	position: relative;
	height:22px;
	text-decoration: none;
	width: auto;

}



	
	#navigation .home 
	{
	background-position:0px 0px;
	width:47px;
	height:22px;
	margin-left:27px;
	
	}
	
	#navigation .services 
	{
	background-position:-47px 0px;
	width:76px;
	height:22px;
	margin-left:10px;
	}
	
	#navigation .portfolio 
	{
	background-position:-123px 0px;
	width:68px;
	height:22px;
	margin-left:10px;
	}
	
	#navigation .about 
	{
	background-position:-191px 0px;
	width:79px;
	height:22px;
	margin-left:10px;
	}
	
	#navigation .contact
	{
	background-position:-270px 0px;
	width:93px;
	height:22px;
	margin-left:10px;
	}
	
	
	
	
	#navigation a .hover {
	background: transparent url(../images/sprite.png) no-repeat;
	display:block ;
	opacity: 0;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	}
	
	#navigation .home .hover {
	background-position: -0px -22px;
	
	}
	#navigation .services .hover{
	background-position: -47px -22px;
	
	}
	#navigation .portfolio .hover {
	background-position: -123px -22px;
	}
	#navigation .about .hover {
	background-position: -191px -22px;
	}
	#navigation .contact .hover {
	background-position: -270px -22px;
	}
	
	
	
	
	