#banner-nav-strip-bg {
	height:27px;
	background-color:#000;
	top:149px;
}

#navigation{
	position:relative;
	width:800px;
}

#navigation ul{

}

#navigation li {
	float:left;
}

#navigation a {
	display: block;
	height:21px;
	margin:6px 28px 0px 33px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}

#navigation a:hover{
	color:#e3d504;
}

#navigation a#navigation_current{
	color:#e3d504;
	
}
