div#navbar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	background-color: #2F2263;
	font-weight: bold;
	background-image: url(images/stars.gif);
	height: 85px;
}

#navbar ul li a:link, #navbar ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	margin-left: 15px;
	margin-right: 15px;
	display: inline;
	margin-top: 15px;
	margin-bottom: 15px;
}

#navbar ul li a:hover {
	color: #0099FF;
	text-decoration: none;
	border: none;
}

#navbar a.current {
	text-decoration: none;
	width: auto;
}

#navbar ul li {
	list-style-type: none;
	display: inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	line-height: 24pt;
}

#navbar ul {margin: 0px; padding: 0px;}
