div#headnavbar {
	font-family: "GoudyHandtooled BT", Georgia, Viking, Neurochrome, "Trebuchet MS";
	font-size: large;
	font-weight: bold;
	background-color: #000000;
	font-weight: bold;
	width: 680px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	left: 175px;
	position: absolute;
	top: 100px;
	color: #FFFFFF;
	display: inline;
}

#headnavbar ul li a:link, #headnavbar ul li a:visited {color: #ffffff;
background-color: #000000;
text-decoration: none;
border-bottom: solid #911113 6px;
display: inline;}

#headnavbar ul li a:hover {
	background-color: #000000;
	text-decoration: none;
	border-bottom-width: 6px;
	border-bottom-style: ridge;
	border-bottom-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#headnavbar a.current {text-decoration: none;}

#headnavbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	font-family: "GoudyHandtooled BT", Georgia, Viking, Neurochrome, "Trebuchet MS";
	color: #FFFFFF;
	background-color: #000000;
}

#headnavbar ul {
	margin: 0px;
	padding: 0px;
	font-family: "GoudyHandtooled BT", Georgia, Viking, Neurochrome, "Trebuchet MS";
	color: #FFFFFF;
	background-color: #000000;
}
