#sitemapBody a {
	color: #000;
	text-decoration: none;
}

#sitemapBody a:hover,
#sitemapBody a:focus {
	text-decoration: underline;
	outline: none;
}

#sitemapBody ul {
	float: left;
	list-style-type: none;
	margin: 15px;
	padding: 0;
	width: 30%;
}

#sitemapBody ul ul {
	float: none;
	margin: 3px 0 0 10px;
	width: auto;
}

#sitemapBody ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#sitemapBody ul ul li {
	font-weight: normal;
}