
#nav a {
	color: #ffffff;
}

#nav ul {
	width: 800px;
	height: 31px;
	line-height: 21px;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	float:left;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	background: none;
	padding-left: 20px; padding-right: 20px;
}

#nav ul li a {
	color: #2f3823;
	text-decoration: none;
}

#nav ul li.sep {
	width: 2px;
	height: 31px;
	line-height: 31px;
	vertical-align: middle;
	padding: 0px; margin; 0px;	
}

#nav ul li.sep img { margin-top: 12px; }

#nav ul li a.on,
#nav ul li a:hover {
	color: #ffffff;
	padding-left: 20px; padding-right: 20px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#nav ul li.last{ float: right; margin-right: -1px; }

/* MENU ITEMS */

#nav ul li a, #nav ul li a:hover  { display: block; text-indent:-50000px; margin-top: 6px;}

#nav ul li a.home_current { 
	background:  url(../images/nav/home.gif) top center no-repeat; 
	width: 43px; height: 21px;
	background-position: 0px -21px;
}
#nav ul li a.home { 
	background:  url(../images/nav/home.gif)  top center no-repeat; 
	width: 43px; height: 21px;
}
#nav ul li a.home:hover { background-position: 0 -21px; }

#nav ul li a.wkproduce_current { 
	background:  url(../images/nav/seasonal_recommendations.gif)  center center no-repeat; 
	width: 180px; height: 21px;
	background-position: 0 -21px;
}
#nav ul li a.wkproduce { 
	background:  url(../images/nav/seasonal_recommendations.gif) top center no-repeat; 
	width: 180px; height: 21px;
}
#nav ul li a.wkproduce:hover { background-position: 0 -21px; }

#nav ul li a.our-range_current { 
	background:  url(../images/nav/our_range.gif) top center no-repeat; 
	width: 68px; height: 21px;
	background-position: 0 -21px;
}
#nav ul li a.our-range { 
	background:  url(../images/nav/our_range.gif) top center no-repeat; 
	width: 68px; height: 21px;
}
#nav ul li a.our-range:hover { background-position: 0 -21px; }

#nav ul li a.news-events_current { 
	background:  url(../images/nav/news_events.gif) top center no-repeat; 
	width: 109px; height: 21px;
	background-position: 0 -21px;
}
#nav ul li a.news-events { 
	background:  url(../images/nav/news_events.gif) top center no-repeat; 
	width: 109px; height: 21px;
}
#nav ul li a.news-events:hover { background-position: 0 -21px; }

#nav ul li a.about_current { 
	background:  url(../images/nav/about.gif) top center no-repeat; 
	width: 61px; height: 21px;
	background-position: 0 -21px;
}
#nav ul li a.about { 
	background:  url(../images/nav/about.gif) top center no-repeat; 
	width: 61px; height: 21px;
}
#nav ul li a.about:hover { background-position: 0 -21px; }

#nav ul li a.contact_current { 
	background:  url(../images/nav/contact.gif) top center no-repeat; 
	width: 72px; height: 21px;
	background-position: 0 -21px;
}
#nav ul li a.contact { 
	background:  url(../images/nav/contact.gif) top center no-repeat; 
	width: 72px; height: 21px;
}
#nav ul li a.contact:hover { background-position: 0 -21px; }


