.navlist {
	width: 900px;
	padding: 0px;
	margin-left: 0px;
	height: 30px;
	text-align: center;
}
.navlist li {
	list-style: none;
	margin: 0;
	float:left;
}
.navlist li a {
	width:95px;
	padding: 6px;
	margin-left: 3px;
	border: 1px solid #fff;
	border-bottom: none;
	background: #000;
	text-decoration: none;
	display:block;
	font-size: 10px;
	font-weight: bold;
	height: 13px;
}
.navlist li a:link, .navlist li a:visited {
	color: #FFFFFF;
}
.navlist li a:hover {
	background: #3972a1;
	border-color: #fff;
}

.navlist .selected a:link, .navlist .selected a:visited,.navlist .selected a:hover,.navlist .selected a:active
{
	color: #005288;
	background: white;
	border-bottom: none;
}