div#navbar {
	font-size: 100%;
	font-weight: bold;
	font-weight: bold;
	width: 140px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	margin-right: auto;
	margin-left: auto;
}

#navbar ul li a:link, #navbar ul li a:visited {
	color: #776455;
	background-color: #f1edeb;
	text-decoration: none;
	border-left: solid #776455 1px;
	border-bottom: solid #776455 1px;
	border-right: solid #776455 1px;
	display: block;
	width: 100%;
	padding: 4px 0px 4px 4px;
}

#navbar ul li a:hover {color: #f1edeb;
background-color: 663399;
text-decoration: none;}

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

#navbar ul li {margin: 0px; padding: 0px; list-style-type: none; display: block;}

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

