div#navbar {
	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size: .8em;	font-weight: bold;	text-align: left;	background-color: #fffced;	font-weight: bold;	padding: 2px;	width: 130px;
}#navbar ul li a:link, #navbar ul li a:visited {
	color: #777777;	background-color: #ffffff;	text-decoration: none;	border: solid #b9b49d;	display: block;	border-top: solid #cccccc 1px;	border-left: solid #cccccc 1px;	border-bottom: solid #cccccc 1px;	border-right: solid #aaab9c 1px;	padding-top: 5px;	padding-left: 10px;	padding-bottom: 2px;
}#navbar ul li a:hover, #navbar ul li a.current {
	color: #484751;	background-color: #8d8368;	text-decoration: none;	border-top: solid #cccccc 1px;	border-left: solid #aaa9bc 1px;	border-bottom: solid #beb28c 1px;	border-right: solid #beb28c 1px;
}#navbar ul li {	margin: 0px;	padding: 0px;	list-style-type: none;	display: block;}#navbar ul {	margin: 0px;	padding: 0px;}