#navheader {
	position: relative;
	margin :0 auto;
	height: 30px;
	padding: 0;
	border-bottom: #691E00;
	z-index:0;
	width: 570px;
}
#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 2 0 0;
	margin: 0;
	list-style: none;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
}
#navheader li a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#navheader li a:hover {
	color: #A41916;
	font-weight: bold;
}
#navheader li.current {
	z-index: 1;
	background: transparent url(current_bg.gif) repeat-x bottom;
	color: #D6171C;
}
#slider {
	height: 22px;
	border-bottom: 5px solid #691E00;
	position: absolute;
	z-index: 2;
}

