<style type="text/css">
<!--  
body {
scrollbar-face-color: #D7E89A; 
scrollbar-shadow-color: #002000; 
scrollbar-highlight-color: #002000; 
scrollbar-track-color: #D7E89A; 
scrollbar-arrow-color: #002000;}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-family: "Arial, Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	text-decoration: none;
	color: #f7ce13;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	background-color: #000000;
}
#sidebar a:hover {
	font-family: "Arial, Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.0em;
	text-align: left;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f7ce13;
}


a:link {text-decoration: underline; color: #0000FF;} /* link */
a:visited {text-decoration: underline; color: #0000FF;} /* visited link */
a:active {text-decoration: underline; color: #0000FF;} /* active link */
a:hover {text-decoration: none; color: #005E20;} /* hover or mousover link */

  -->
</style>