#nav ul {
	background: #d5ffee url(../assets/navbar.jpg) no-repeat top left;
	width: 1000px;
	height: 50px;
	overflow: hidden; 
	/*margin-bottom: 0;*/
	/*margin:0;*/
	padding:0;
	/*float:left;*/
	margin-left:auto;
	margin-right:auto;
	list-style-type:none;
}
		
#nav ul li {
	float: left; 
}
			
#nav li a {
	background: url(../assets/navbar.jpg) no-repeat top left;
	display: block;
	text-indent: -10000px;
	text-decoration: none;
	overflow: hidden;
	height: 52px; 
	list-style-type:none;
}
			
#nav ul li.ratings a {
	width: 229px;
	background-position: 0 0; 
}
			
#nav ul li.ratings a:hover,
#nav ul li.ratings a.current,
#nav ul li.ratings a.current:hover {
	background: url(../assets/navbar.jpg) no-repeat 0 -50px; 
}
			
#nav ul li.blog a {
	width: 82px;
	background-position: -229px 0; 
}
			
#nav ul li.blog a:hover,
#nav ul li.blog a.current,
#nav ul li.blog a.current:hover {
	background: url(../assets/navbar.jpg) no-repeat -229px -50px; 
}
			
#nav ul li.fourfactors a {
	width: 116px;
	background-position: -311px 0; 
}
			
#nav ul li.fourfactors a:hover,
#nav ul li.fourfactors a.current,
#nav ul li.fourfactors a.current:hover {
	background: url(../assets/navbar.jpg) no-repeat -311px -50px; 
}
			
#nav ul li.teamstats a {
	width: 89px; 
	background-position: -427px 0; 
}
			
#nav ul li.teamstats a:hover,
#nav ul li.teamstats a.current,
#nav ul li.teamstats a.current:hover {
		background: url(../assets/navbar.jpg) no-repeat -427px -50px; 
}
			
#nav ul li.playerstats a {
	width: 99px;
	background-position: -516px 0; 
}
			
#nav ul li.playerstats a:hover,
#nav ul li.playerstats a.current,
#nav ul li.playerstats a.current:hover {
	background: url(../assets/navbar.jpg) no-repeat -516px -50px; 
}	

#nav ul li.fanmatch a {
	width: 138px;
	background-position: -615px 0; 
}
			
#nav ul li.fanmatch a:hover,
#nav ul li.fanmatch a.current,
#nav ul li.fanmatch a.current:hover {
	background: url(../assets/navbar.jpg) no-repeat -615px -50px; 
}	

#nav ul li.contact a {
	width: 125px;
	background-position: -753px 0; 
}
			
#nav ul li.contact a:hover,
#nav ul li.contact a.current,
#nav ul li.contact a.current:hover {
	background: url(../assets/navbar.jpg) no-repeat -753px -50px; 
}	
