#navcontainer {
	border: none;
	height: 100%;
	font: 12px "Lucida Grande", verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 0px;

}

#navlist {
	margin: 10px 0px 10px 0px;
	padding: 1px;
}

#navlist li {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	display: inline;
	background: url("./images/navBarBgHover.gif") repeat-x 30px;
}

#navlist a:link, #navlist a:visited {
	border-top: 1px solid #A8B090;
	border-bottom: 1px solid #A8B090;		
	border-right: 1px solid #A8B090;
	padding: 10px 20px 10px 20px;
	margin: 0px;
	color: #000;
	text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	background: url("./images/navBarBg.gif") repeat-x 30px;
}

#navcontainer li#leftnav { 
	border-left: 1px solid #A8B090;
}