@charset "utf-8";

div#navcontainer {
	width:100%;
	clear: both;
	float: left;
	overflow: hidden;
	margin-bottom: 5px;
}

ul#nav {
	padding: 26px 0 0 0; 
	margin: 0 auto; 
	float: left;
	position: relative; 
	left: 50%;
	height: 35px;
	list-style-type: none;
}

ul#nav li {
	right: 50%;
	float: left;
	position: relative;
	background: transparent url('../wsimages/nav_li_bg.gif') no-repeat  left top;
	padding-left: 2px;
}

	ul#nav li.home {
		background: none;
	}

ul#nav a {
	float: left;
	width: auto;
	display: block;
	padding: 0 12px;
	text-decoration: none;
	color: #5c593f;
	line-height: 35px;
	height: 35px;
	font-size: 13px;
}

ul#nav a:hover, ul#nav li.active a  {
	background: transparent url('../wsimages/nav_li_a_bg.png') repeat-x;
}