/* CSS Document */
#nav {
	padding: 0 0 0 288px;
	width: 532px;
	height: 31px;
	list-style: none;
}	
#nav li {
	float: left;
	height: 31px;
	list-style: none;
}
#nav span {
	position: absolute;
	top: -9999px;
}

/* Home */
.nav_home {
	width: 70px;
	height: 31px;
	background: url(../images/nav/nav.gif) -288px 0 no-repeat;
	display: block;
}
.nav_home:hover {
	height: 31px;
	background: url(../images/nav/nav.gif) -288px -31px no-repeat;
}

/* About */
.nav_about {
	width: 71px;
	height: 31px;
	background: url(../images/nav/nav.gif) -358px 0 no-repeat;
	display: block;
}
.nav_about:hover {
	height: 31px;
	background: url(../images/nav/nav.gif) -358px -31px no-repeat;
}

/* Nutrition */
.nav_nutrition {
	width: 96px;
	height: 31px;
	background: url(../images/nav/nav.gif) -429px 0 no-repeat;
	display: block;
}
.nav_nutrition:hover {
	height: 31px;
	background: url(../images/nav/nav.gif) -429px -31px no-repeat;
}

/* Cooking */
.nav_cooking {
	width: 86px;
	height: 31px;
	background: url(../images/nav/nav.gif) -525px 0 no-repeat;
	display: block;
}
.nav_cooking:hover {
	height: 31px;
	background: url(../images/nav/nav.gif) -525px -31px no-repeat;
}

/* Buy */
.nav_buy {
	width: 110px;
	height: 31px;
	background: url(../images/nav/nav.gif) -611px 0 no-repeat;
	display: block;
}
.nav_buy:hover {
	height: 31px;
	background: url(../images/nav/nav.gif) -611px -31px no-repeat;
}

/* Contact */
.nav_contact {
	width: 99px;
	height: 31px;
	background: url(../images/nav/nav.gif) -721px 0 no-repeat;
	display: block;
}
.nav_contact:hover {
	height: 31px;
	background: url(../images/nav/nav.gif) -721px -31px no-repeat;
}







/* a lazy grace production */
.lazygrace_production {
	width: 176px;
	height: 36px;
	background: url(../images/common/lazygrace.gif) 0 0 no-repeat;
	display: block;
}
.lazygrace_production:hover {
	background: url(../images/common/lazygrace.gif) 0 -36px no-repeat;
	display: block;
}
.lazygrace_production span {
	display: none;
}








/* Active Pages */
body.home .nav_home {
	background: url(../images/nav/nav.gif) -288px -62px no-repeat;
}
body.about .nav_about {
	background: url(../images/nav/nav.gif) -358px -62px no-repeat;
}
body.nutrition .nav_nutrition {
	background: url(../images/nav/nav.gif) -429px -62px no-repeat;
}
body.cooking .nav_cooking {
	background: url(../images/nav/nav.gif) -525px -62px no-repeat;
}
body.buy .nav_buy {
	background: url(../images/nav/nav.gif) -611px -62px no-repeat;
}
body.contact .nav_contact {
	background: url(../images/nav/nav.gif) -721px -62px no-repeat;
}
















