a.nav1{
	display:block; 
	width: 95px;
	height: 51px;
	background: url("images/menu-home.gif") 0 0 no-repeat;
}

a.nav1:hover { 
	background-position: -95px 0;
	
}
	

a.nav2{
	display:block; 
	width: 101px;
	height: 51px;
	background: url("images/menu-about.gif") 0 0 no-repeat;
}

a.nav2:hover { 
	background-position: -101px 0;
	
}

a.nav3{
	display:block; 
	width: 144px;
	height: 51px;
	background: url("images/menu-resources.gif") 0 0 no-repeat;
}

a.nav3:hover { 
	background-position: -144px 0;
	
}

a.nav4{
	display:block; 
	width: 137px;
	height: 51px;
	background: url("images/menu-ordering.gif") 0 0 no-repeat;
}

a.nav4:hover { 
	background-position: -137px 0;
	
}

a.nav5{
	display:block; 
	width: 122px;
	height: 51px;
	background: url("images/menu-articles.gif") 0 0 no-repeat;
}

a.nav5:hover { 
	background-position: -122px 0;
	
}

a.nav6{
	display:block; 
	width: 92px;
	height: 51px;
	background: url("images/menu-staff.gif") 0 0 no-repeat;
}

a.nav6:hover { 
	background-position: -92px 0;
	
}

a.nav7{
	display:block; 
	width: 154px;
	height: 51px;
	background: url("images/menu-contact.gif") 0 0 no-repeat;
}

a.nav7:hover { 
	background-position: -154px 0;
	
}







