ul#nav {
	width:630px; /*width of the menu*/
	height:80px; /*height of the menu*/

	}
ul#nav li {
	padding:0;
	margin:0;
	float:left;
	text-indent:-9999px;	
	list-style-type:none;
	}
ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
	background:transparent url(../images/menu.jpg) no-repeat;
	}
li#home a {
	width:94px; /*change names to the same id as the menu li and change widths to same as each menu item*/
	height:80px;
	 }
li#about a {
	width:124px;
	height:80px;
	 }
li#provenance a {
	width:142px;
	height:80px;
	 }	 
li#butchers a {
	width:144px;
	height:80px;
	 }
li#contact a {
	width:126px;
	height:80px;
	 }
 	 	 	 
li#home a:hover, li#home a:focus {
	background-position:0px -80px;
	 }
li#about a:link, li#about a:visited {	
	background-position:-94px 0px;
	}
li#about a:hover, li#about a:focus {	
	background-position:-94px -80px;
	}
	
li#provenance a:link, li#provenance a:visited {	
	background-position: -218px 0px;
	}
li#provenance a:hover, li#provenance a:focus {	
	background-position: -218px -80px;
	}
	
li#butchers a:link, li#butchers a:visited {	
	background-position: -360px 0px;
	}
li#butchers a:hover, li#butchers a:focus {	
	background-position: -360px -80px;
	}
	
li#contact a:link, li#contact a:visited {	
	background-position: -504px 0px;
	}
li#contact a:hover, li#contact a:focus {	
	background-position: -504px -80px;
	}
	

/* Main navigation "active tabs"
------------------------------------------------------------------*/
body.home ul#nav li#home a {
	background-position:0px -80px;
	}
body.about ul#nav li#about a {
	background-position:-94px -80px;
	}
body.provenance ul#nav li#provenance a {
	background-position: -218px -80px;
	}
body.butchers ul#nav li#butchers a {
	background-position: -360px -80px
	}
body.contact ul#nav li#contact a {
	background-position: -504px -80px;
	}
	
/* HEADER IMAGES - shop and admin areas*/
.menuIMG {
	float:left;
	border-bottom:1px solid #fff;}

