#navheader {
	position: relative;
	margin :0 auto;
	margin-left: auto;
    margin-right: auto ;
	height: 30px;
	padding: 0;
	border-bottom: 1px solid #069;
	z-index:0;
	background-color:#FFFFFF;
	font-size:16px;
	text-align:center;
	
	}
#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 2;
	margin: 0;
	list-style: none;
	font: Verdana;
	font-size:16px;
	/*font: .8em/30px verdana;*/
	
	}
#navheader li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color:  #004E70;}
#navheader li a:hover {
	color: #3366CC;
	text-decoration:underline;
	}
#navheader li.current {
	/*z-index: 1;
	*/
	z-index: 3;
	height: 20px; /* adjusts stationary current pointer height*/
	background: transparent url(current_bg.gif) repeat-x bottom;}
	

#slider {
	z-index: 2;
	position: absolute;
	height: 20px; /* adjusts height of one that moves */
	border-bottom: 5px solid #006666;}
