div#navbar1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
	background-color: #ffcc00;
	border-top: outset #cc9900 1px;
	font-weight: bold;
	padding: 2px;
	width: 198px;
}

#navbar1 ul li a:link, #navbar1 ul li a:visited {
	color: #ffffff;
	background-color: #d45333;
	text-decoration: none;
	border-top: solid #de7c63 1px;
	border-left: solid #999999 1px;
	border-bottom: solid #8f351e 1px;
	border-right: solid #999999 1px;
	display: block;
	width: 198px;
}

#navbar1 ul li a:hover {
	background-color: #9e3f28;
	text-decoration: none;
	border-top: solid #8f351e 1px;
	border-bottom: solid #de7c63 1px;
}

#navbar1 a.current {
	text-decoration: none;
}

#navbar1 ul li {
	margin: 0px; padding: 0px; list-style-type: none; display: block;
}

#navbar1 ul {
	margin: 0px; padding: 0px;
}

