div#navlist2 b {
	display: block;
	font-weight: bold;
	text-decoration: none;
	line-height: 1em;
}

div#navlist2 b a {
	display: block;
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}

div#navlist2 b#active a {
	color: #003300;
	font-weight: bold;
	display: block;
	text-decoration: underline;
}

div#navlist2 b a:hover, div#navlist2 b#active a:hover {
	color: #FFCC33;
	background: transparent;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

