/* 
~~ Saz's: Wrapper, Header and Main Nav~~
Copyright ©2006 MCITY CREATIVE and Casper Creative Group
Last Modified: 2006.02.18 
*/

#home .home, #restaurant .restaurant, #barbecue .barbecue, #catering .catering, #shop .shop, #news .news, #employment .employment, #contactUs .contactUs{
	background: #A00706;
}
#menu {
	background-color: #000000;
	width: 740px;
	height: 20px;
	margin: 0px;
	position: relative;
	z-index: 10;
	padding: 0px;
 }

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float:right;
	position:relative;
	width: 100%;
	height: 20px;
 }

#menu ul li {
	margin: 0;
	float:left;
	text-align: center;
	border-right: 1px solid #333333;
	line-height: 20px;
	padding: 0;
	font-size: 10px;
}

#menu ul li a {
	margin: 0px;
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
	width: 91.15px;
	background: #000000;
 }

#menu ul li a:hover {
	color: #FFFFFF;
	background-color: #990000;
 }
#menu .navLast {
	padding-left: 2px;
	width: 92px;
}
