#navheader {
	position: relative;
	width: auto;
	height: 30px;
	z-index:0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #354656;
}
#navheader li {
	z-index: 3;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: verdana;
	font-size: 12px;
	line-height: 30px;
}
#navheader li a {
	display: block;
	padding: 0 4px;
	text-decoration: none;
	color: #FF6633;
}
#navheader li a:hover {
	color: #354656;}
#navheader li.current {
	z-index: 1;
	/*	background: transparent url(../2_SmartMiniTab/current_bg.gif) repeat-x bottom;}*/
	background-image: url(../images/current_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#slider {
	z-index: 2;
	position: absolute;
	height: 29px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #354656;
	background-repeat: repeat-x;
}

