
#navbar ul {
	margin: 0px;
	width: 174px;
	padding-bottom: 10px;
	padding-right: 5px;
	Padding-left: 43px;
}
#navbar ul li {
	text-align: right;
	list-style-type: none;
	border-style: none;
	margin: 0px;
}
#navbar ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	color: #2E4700;
	text-decoration: none;
	display: block;
	padding-right: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#navbar ul li a:hover {
	color: #EFEED6;
	text-decoration: none;
	background-color: #364D05;
}
html, body {
   height: 100%;
   margin: 0 0 1px;
   padding: 0;
}
#navbar ul li a.current {
	color: #B31E0D;
	background-color: #F1EFCB;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2D4700;
	border-right-color: #2D4700;
	border-bottom-color: #2D4700;
	border-left-color: #2D4700;
}


