#sitemap_error
{
	color: red;
	font-weight: bold;
	margin-bottom: 10px;
}

#sitemap UL
{
	line-height: 20px;
}

ul.sitemapLevel1,
ul.sitemapLevel2,
ul.sitemapLevel3,
ul.sitemapLevel4,
ul.sitemapLevel5
{
	padding-left: 5px;
}

ul.sitemapLevel1 li a,
ul.sitemapLevel2 li a,
ul.sitemapLevel3 li a,
ul.sitemapLevel4 li a,
ul.sitemapLevel5 li a
{
	color: black;
	text-decoration: none;
}

ul.sitemapLevel1 li a:hover,
ul.sitemapLevel2 li a:hover,
ul.sitemapLevel3 li a:hover,
ul.sitemapLevel4 li a:hover,
ul.sitemapLevel5 li a:hover
{
	text-decoration: underline;
}