

#navheader {
	position: relative;
	margin :0 auto;
	padding: 0;
	/*margin-right:20px;*/
	width: 600px;
	float: right;
	height: 23px;
	
	z-index:0;
}
	

#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	border:1px #999999 solid;
	border-left:none;  
	height:20px;
	font-size:0.74em;
	font: Arial, Helvetica, sans-serif;
	
}

#navheader li a {

	display: block;
	padding: 0 18px;
	height:20px;
	text-decoration: none;
	color:#333333;
	background: url(images/menuButton.gif) bottom left repeat-x;
}
* html #navheader li a {
width:50px; 

}
#navheader li a:hover {
	height:16px;
	background:#999999 url(images/menuSlideI.gif) bottom center no-repeat;
}

#navheader li a.current {
	z-index: 5;
	height:20px;
	background:url(images/menuSlideCurrent.gif) bottom center no-repeat;
}

#slider {
	z-index: 2;
	position: absolute;
	height: 22px;
	background:url(images/menuSlide.gif) bottom center no-repeat;
}