#navbar a {
	color: #003300;
	background: #CCFFCC;
	padding: 5px 0 0 10px;
	min-height: 15px;
	text-decoration: none;
	display: block;
	display: block;
	margin-bottom:3px;
	/*border-bottom:3px solid white;*/
	font-weight:bold;
	width: 140px;
	filter:alpha(opacity=45);
	opacity: 0.45;
	-moz-opacity:0.45;
}

#navbar a:hover {
	background-color: #003300;
	color: #CCFFCC;
	padding: 5px 0 0 10px;
	min-height: 15px;
	text-decoration: none;
	display: block;
	margin-bottom:3px;
	/*border-bottom:3px solid white;*/
	font-weight:bold;
	width: 140px;
	filter:alpha(opacity=45);
	opacity: 0.45;
	-moz-opacity:0.45;
}