#menuHolder {
	
	width: 100%;
	height:30px;
	float:left;
	overflow:hidden;
	padding:0;
	margin:0 0 20px 0;
	text-align: center;	
	border: 2px solid #666;
	background:#669966;
}

#menu {

	height:30px;
	overflow:hidden;
	top:0;
	left:0;
	padding:0;
	margin:0 auto;
	width: 725px;
}

#menu a {
	float:left;
	overflow:hidden;
	padding: 30px 0 0 0;
	height:0 !important;
	background-position: 0 1;
}

#menu a:hover {
	background-position: 0 -30px;
}

#homeNav a {
	width: 135px;
	background:url(../files/buttons/home.gif) no-repeat;
}

#sheepNav a {
	border-left: #666 2px solid;
	width: 147px;
	background:url(../files/buttons/sheep.gif) no-repeat;
}

#pigNav a {
	border-left: #666 2px solid;
	width: 121px;
	background:url(../files/buttons/pigs.gif) no-repeat;
}

#meatNav a {
	border-left: #666 2px solid;
	width: 156px;
	background:url(../files/buttons/meat.gif) no-repeat;
}

#manNav a {
	border-left: #666 2px solid;
	width: 176px;
	background:url(../files/buttons/manage.gif) no-repeat;
}

#contactNav a {
	border-left: #666 2px solid;
	width: 152px;
	background:url(../files/buttons/contact.gif) no-repeat;
}

/*

#navcontainer ul
{
float:left;
padding: 0;
margin:0 0 20px 0;
list-style-type: none;
background:#669966;
color: #FFF;
width: 100%;
font: normal 110% arial, helvetica, sans-serif;
text-align: center;
border: 2px solid #666;
height: 40px;
}

li { display: inline;  }

li a
{
text-decoration: none;
background:#669966;
color: #FFF;
padding: 5px 20px;
border-bottom: 5px solid #696;
margin: 3px 0px;
}

li + li a
{
border-left: 2px solid #666;
}

li a:hover
{
border-bottom: 5px solid #c7c8a5;
}

*/