#metabanner {
	line-height: 2em;
	font-size: 1em;
	width: 100%;
	text-align: center;
	height: 2em;
	color: white;
	background-color: black;
}

#metabanner ul {
	line-height: 2em;
	font-size: 1em;
	text-align: left;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	list-style: none;
}
#metabanner ul li {
	width: auto;
	line-height: 2em;
	font-size: 1em;
	float: left;
	text-align: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	height: 2em;
}
#metabanner ul li.selected {
	display: inline;
}
#metabanner ul li a {
	padding-left: 1em;
	padding-bottom: 0.4em;
	padding-right: 1em;
	padding-top: 0.5em;
	width: auto;
	height: 2em;
	background-color: black;
	/*display: block;*/
	text-decoration: none;
	color: white;
}
#metabanner ul li.selected a {
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: black;
	background-color: white;
}
#metabanner ul li a:hover {
	text-decoration: none;
	color: #7c1110;
}

