#sitemap a:link, #sitemap a:active, #sitemap a:visited, #sitemap a:hover {
	/* overwrite menu styles */
	display:block;
}

a.sitemap_level1:link, a.sitemap_level1:visited, a.sitemap_level1:active	{

	text-decoration: none;
	font-weight : bold;
}

a.sitemap_level2:link, a.sitemap_level2:visited, a.sitemap_level2:active	{

	text-decoration: none;
	font-weight : normal;
	margin: 0 0 0 25px;
}

a.sitemap_level3:link, a.sitemap_level3:visited, a.sitemap_level3:active	{
	text-decoration: none;
	font-weight : normal;
	margin: 0 0 0 50px;
}

a.sitemap_level4:link, a.sitemap_level4:visited, a.sitemap_level4:active	{
	text-decoration: none;
	font-weight : normal;
	margin: 0 0 0 75px;
}

a.sitemap_level1:hover, a.sitemap_level2:hover, a.sitemap_level3:hover, a.sitemap_level4:hover {text-decoration: underline;}
