/* Styles for Nav Bar */

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav a {
	background: url(../../images/interface/nav3.png) no-repeat 0px 0px;
	display: block;
	height: 50px;
	text-indent: -9999px;
}

#nav #btn_home {
	background-position: 0px 0px;
	width: 80px;
}

#nav #btn_home:hover {
	background-position: 0px -50px;
}

#nav #btn_about { 
	background-position: -80px 0px;
	width: 170px;
}

#nav #btn_about:hover  { 
	background-position: -80px -50px;
}

#nav #btn_retail { 
	background-position: -250px 0px;
	width: 190px;
}

#nav #btn_retail:hover {
	background-position: -250px -50px;
}

#nav #btn_food { 
	background-position: -440px 0px;
	width: 160px;
}

#nav #btn_food:hover { 
	background-position: -440px -50px;
}

#nav #btn_recipes { 
	background-position: -600px 0px;
	width: 100px;
}

#nav #btn_recipes:hover { 
	background-position: -600px -50px;
}

#nav #btn_news { 
	background-position: -700px 0px;
	width: 80px;
}

#nav #btn_news:hover { 
	background-position: -700px -50px;
}

#nav #btn_employment { 
	background-position: -780px 0px;
	width: 170px;
}

#nav #btn_employment:hover { 
	background-position: -780px -50px;
}