#chaosradio_banner {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: url(../../images/cr_header/banner_bg.png) repeat-x;
	height: 38px;
	min-width: 850px;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 100;
}

#chaosradio_banner img {
	float: left;
}

#chaosradio_banner ul {
	font-size: 12px;
	float: right;
	width: 500px;
}

#chaosradio_banner ul li {
	list-style-type: none;
	float: right;
}

#chaosradio_banner ul li a {
	display: block;
	padding: 7px 20px;
	border-left: 1px solid #adadad;
	text-decoration: none;
	text-transform: uppercase;
	height: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#chaosradio_banner ul li a:hover {
	color: #3684dc;
}

#chaosradio_banner ul li.active a {
	color: #000;
	background-color: #3684dc;
}
