ul#sitemap li a {
	color: darkblue;
	font-weight: bold;
	width:100%;
}

ul#sitemap li a:hover {
	width:100%;
	text-decoration: underline;

}

ul#sitemap li li a {
	/*subnodes*/
	font-weight: normal;
	text-decoration: none;
}

ul#sitemap li li a:hover {
	/*subnodes*/
	text-decoration: underline;
}
