#nav {
	width: 900px;
	height: 30px;
}
#nav li {
	float: left;
}
#nav span {
	position: absolute;
	top: -9999px;
}
/* Home */
.nav_home {
	width: 80px;
	height: 42px;
	background: url(../images/nav/nav_home.jpg) 0 0 no-repeat;
	display: block;
}
.nav_home:hover {
	width: 80px;
	height: 42px;
	background: url(../images/nav/nav_home.jpg) 0 -42px no-repeat;
	display: block;
}
/* About */
.nav_about {
	width: 95px;
	height: 42px;
	background: url(../images/nav/nav_about.jpg) 0 0 no-repeat;
	display: block;
}
.nav_about:hover {
	width: 95px;
	height: 42px;
	background: url(../images/nav/nav_about.jpg) 0 -42px no-repeat;
	display: block;
}
/* Poultry */
.nav_poultry {
	width: 176px;
	height: 42px;
	background: url(../images/nav/nav_poultry.jpg) 0 0 no-repeat;
	display: block;
}
.nav_poultry:hover {
	width: 176px;
	height: 42px;
	background: url(../images/nav/nav_poultry.jpg) 0 -42px no-repeat;
	display: block;
}
/* News */
.nav_latest {
	width: 121px;
	height: 42px;
	background: url(../images/nav/nav_latest.jpg) 0 0 no-repeat;
	display: block;
}
.nav_latest:hover {
	width: 121px;
	height: 42px;
	background: url(../images/nav/nav_latest.jpg) 0 -42px no-repeat;
	display: block;
}
/* Interest */
.nav_register {
	width: 203px;
	height: 42px;
	background: url(../images/nav/nav_register.jpg) 0 0 no-repeat;
	display: block;
}
.nav_register:hover {
	width: 203px;
	height: 42px;
	background: url(../images/nav/nav_register.jpg) 0 -42px no-repeat;
	display: block;
}
/* Stockists */
.nav_stockists {
	width: 101px;
	height: 42px;
	background: url(../images/nav/nav_stockists.jpg) 0 0 no-repeat;
	display: block;
}
.nav_stockists:hover {
	width: 101px;
	height: 42px;
	background: url(../images/nav/nav_stockists.jpg) 0 -42px no-repeat;
	display: block;
}
/* Contact */
.nav_contacts {
	width: 124px;
	height: 42px;
	background: url(../images/nav/nav_contact.jpg) 0 0 no-repeat;
	display: block;
}
.nav_contacts:hover {
	width: 124px;
	height: 42px;
	background: url(../images/nav/nav_contact.jpg) 0 -42px no-repeat;
	display: block;
}

/* Read more */
.read_more {
	position: absolute;
	top: 88px;
	left: 19px;
	padding: 3px 0 0 0;
	width: 83px;
	height: 16px;
	background: #c3c0b5;
	border: solid 1px #a59e8f;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
	text-align: center;
}
.read_more:hover {
	background: #b4b1a6;
	color: #e8e5dc;
}

/* Archive Read more */
.archive_read_more {
	position: absolute;
	top: 88px;
	left: 0;
	padding: 3px 0 0 0;
	width: 83px;
	height: 16px;
	background: #c3c0b5;
	border: solid 1px #a59e8f;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
	text-align: center;
}
.archive_read_more:hover {
	background: #b4b1a6;
	color: #e8e5dc;
}

/* Newsletter Add */
.newsletter_add {
	margin-left: 5px;
	padding: 3px 0 0 0;
	width: 40px;
	height: 17px;
	background: #c3c0b5;
	border: solid 1px #a59e8f;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
	text-align: center;
	float: left;
}
.newsletter_add:hover {
	background: #b4b1a6;
	color: #e8e5dc;
}

/* News Archive */
.news_archive_button {
	margin-left: 18px;
	padding: 3px 0 0 0;
	width: 160px;
	height: 17px;
	background: #c3c0b5;
	border: solid 1px #a59e8f;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 0.7em;
	text-decoration: none;
	text-align: center;
	float: left;
}
.news_archive_button:hover {
	background: #b4b1a6;
	color: #e8e5dc;
}


/* a lazy grace production */
.nav_lazygrace {
	width: 170px;
	height: 31px;
	background: url(../images/common/lazygrace.gif) 0 0 no-repeat;
	display: block;
}
.nav_lazygrace:hover {
	width: 170px;
	height: 31px;
	background: url(../images/common/lazygrace.gif) 0 -31px no-repeat;
	display: block;
}
.nav_lazygrace span {
	display: none;
}

body.home .nav_home {
	width: 80px;
	height: 35px;
	background: url(../images/nav/nav_home.jpg) 0 -84px no-repeat;
	display: block;
}
body.about .nav_about {
	width: 95px;
	height: 42px;
	background: url(../images/nav/nav_about.jpg) 0 -84px no-repeat;
	display: block;
}
body.poultry .nav_poultry {
	width: 176px;
	height: 35px;
	background: url(../images/nav/nav_poultry.jpg) 0 -84px no-repeat;
	display: block;
}
body.latest .nav_latest {
	width: 121px;
	height: 35px;
	background: url(../images/nav/nav_latest.jpg) 0 -84px no-repeat;
	display: block;
}
body.register .nav_register {
	width: 203px;
	height: 35px;
	background: url(../images/nav/nav_register.jpg) 0 -84px no-repeat;
	display: block;
}
body.stockists .nav_stockists {
	width: 101px;
	height: 35px;
	background: url(../images/nav/nav_stockists.jpg) 0 -84px no-repeat;
	display: block;
}
body.contacts .nav_contacts {
	width: 124px;
	height: 35px;
	background: url(../images/nav/nav_contact.jpg) 0 -84px no-repeat;
	display: block;
}









