#header {
	background:		url('../img/bg-nav.jpg');
	height:			153px;
}

#nav {
	padding-top: 	112px;
	margin-left: 	208px;
	height: 		33px;
}

#nav li {
	display:		inline;
	padding: 		0;
	margin:			0;
}

#nav li a {
	float:			left;
	outline:		none;
	height:			0;
	padding-top:	33px;
	overflow:		hidden;
	
	background-image:		url("../img/nav.jpg");
	background-repeat:		no-repeat;
	background-position-y:	0;	
}



#nav-1 a {background-position: 0 0; width: 85px; }
#nav-1 a:hover,
#nav-1 a:focus,
#nav-1 a.active {
	background-position: 0 -34px;
}

#nav-2 a {background-position: -90px 0; width: 80px; }
#nav-2 a:hover,
#nav-2 a:focus,
#nav-2 a.active {
	background-position: -90px -33px;
}

#nav-3 a {background-position: -175px 0; width: 145px; }
#nav-3 a:hover,
#nav-3 a:focus,
#nav-3 a.active {
	background-position: -175px -33px;
}

#nav-4 a {background-position: -320px 0; width: 120px;}
#nav-4 a:hover,
#nav-4 a:focus,
#nav-4 a.active {
	background-position: -320px -33px;
}

#nav-5 a {background-position: -435px 0; width: 120px;}
#nav-5 a:hover,
#nav-5 a:focus,
#nav-5 a.active {
	background-position: -435px -33px;
}

#nav-6 a {background-position: -395px 0; width: 65px;}
#nav-6 a:hover,
#nav-6 a:focus,
#nav-6 a.active {
	background-position: -395px -33px;
}

#nav-7 a {background-position: -460px 0; width: 80px;}
#nav-7 a:hover,
#nav-7 a:focus,
#nav-7 a.active {
	background-position: -460px -33px;
}






