#sitemap {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sitemap a {
	font-weight: bold;
}
#sitemap li {
	font-weight: bold;
	padding-bottom: 16px;
}
#sitemap li ul {
	list-style-type: square;
}
#sitemap li ul li {
	padding-bottom: 1px;
}
#sitemap li ul li a {
	font-weight: normal;
}