#navheader {
	position: relative;
	list-style: none;
	margin :0;
	white-space: nowrap;
	height: 25px;
	padding: 0;
	text-align: center;
	border-bottom: 1px solid #669966;
	z-index:0;}
#navheader li {
	z-index: 3;
	position: relative;
	display:inline;
	margin: 0;
	font: 11px verdana;
	padding-bottom: 7px;
}
#navheader li a {
	padding: 0 8px;
	text-decoration: none;
	color: #0099cc;
	font-variant: small-caps;
}
#navheader li a:hover {
	color: #003366;}
#navheader li.current {
	z-index: 1;
	background: transparent url(nav/images/current_bg.gif) repeat-x bottom;
	font-weight: bolder;
	text-transform: uppercase;
}
#slider {
	z-index: 2;
	position: absolute;
	height: 19px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #669966;
}
