#navbar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	background-color: #063;
	margin: 0px;
	color: #FFF;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar ul li {
	display: inline;
	margin-right: 30px;
	margin-left: 30px;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navbar a:link {
	color: #FFF;
	text-decoration: none;
}
#navbar a:visited {
	color: #FFF;
	text-decoration: none;
}

#navbar a:hover {
	color: #F90;
	text-decoration: none;
}

