@charset "utf-8";
/* Navigation CSS Document */

.imageLoader {
	visibility: hidden;
	height: 0px;
	width: 0px;
	}
#nav {
	height: 30px;
	margin: 0 auto;
	background-image:url(../images/nav-bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	width: 941px;
	margin-left: 10px;
	clear: both;
   }
 #nav ul {
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	}
#nav ul li {
	display: inline;
	}
#nav ul li a {
	display: block;
	margin: 0 auto;
	text-align: center;
	float: left;
	height: 30px;
	}
#nav ul li a#farm {
	width: 125px;
	}
#nav ul li a#why {
	width: 160px;
	}
#nav ul li a#products {
	width: 158px;
	}
#nav ul li a#recipes {
	width: 100px;
	}
#nav ul li a#news {
	width: 140px;
	}
#nav ul li a#policies {
	width: 102px;
	}
#nav ul li a#contact {
	width: 155px;
	}
#nav ul li a.farm {
	background-image: url(../images/nav-farm.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.farm:hover, #nav ul li a.farmActive {
	background-image: url(../images/nav-farm-hov.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.why {
	background-image: url(../images/nav-why.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.why:hover, #nav ul li a.whyActive {
	background-image: url(../images/nav-why-hov.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.products {
	background-image: url(../images/nav-products.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.products:hover, #nav ul li a.productsActive {
	background-image: url(../images/nav-products-hov.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.recipes {
	background-image: url(../images/nav-recipes.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.recipes:hover, #nav ul li a.recipesActive {
	background-image: url(../images/nav-recipes-hov.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.news {
	background-image: url(../images/nav-news.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.news:hover, #nav ul li a.newsActive {
	background-image: url(../images/nav-news-hov.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.policies {
	background-image: url(../images/nav-policies.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.policies:hover, #nav ul li a.policiesActive {
	background-image: url(../images/nav-policies-hov.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.contact {
	background-image: url(../images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
#nav ul li a.contact:hover, #nav ul li a.contactActive {
	background-image: url(../images/nav-contact-hov.png);
	background-repeat: no-repeat;
	background-position: center center;
	}
