#banner {
	background: url("/img/banner.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 160px;
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
}

#banner a {
	text-decoration: none;
	color: silver;
}
#banner a:hover {
	text-decoration: none;
	color: white;
}

#banner ul {
	padding-top: 75px;
	padding-left: 240px;
}

#banner li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#banner li.active a {color: #ffffff;}
