/* NAVBAR */

#navbar {
	float: right;
	list-style: none;
	height: 27px;
	margin-bottom: 50px;
}

#navbar li {
	float: left;
	margin-right: 3px;
}

#navbar a {
	display: block;
	height: 27px;
	width: 108px;
	padding-top: 0px;
	border: none;
	font-size: 1px;
	text-indent: -2000px;
	background-repeat: no-repeat;
	outline: none;
}

li.home, li.home a {
	background-image: url(../images/nav_home.gif);
}

li.about_us, li.about_us a {
	background-image: url(../images/nav_about_us.gif);
}

li.farm, li.farm a {
	background-image: url(../images/nav_farm.gif);
}

li.factory, li.factory a {
	background-image: url(../images/nav_factory.gif);
}

li.products, li.products a {
	background-image: url(../images/nav_products.gif);
}

li.qa, li.qa a {
	background-image: url(../images/nav_quality_assurance.gif);
}

li.contact_us, li.contact_us a {
	background-image: url(../images/nav_contact_us.gif);
}

#navbar li {
	background-position: 0px -27px;
	background-repeat: no-repeat;
}

#navbar a:hover {
	background: none;
}

.home li.home a,
.about_us li.about_us a,
.farm li.farm a,
.factory li.factory a,
.products li.products a,
.qa li.qa a,
.contact_us li.contact_us a {
	background: none;
}

/* SUB NAVBAR */

#sub_navbar {
	width: 232px;
	height: 294px;
	margin-top: -18px;
	padding-top: 20px;
	background: url(../_img/subnav_bg.gif) top right no-repeat;
}

#sub_navbar a {
	display: block;
	height: 3em;
	padding: 5px 0 5px 8px;
	line-height: 3em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}

#sub_navbar .metalstone a {
	line-height: 1.5em;
}

#sub_navbar a:hover {
	background: #fff url(../image/subnav_hover_bg.gif) repeat-y;
	color: #9caf71;
}