﻿#sitemap > ul
{
	list-style-type: none;
	font-weight: bold;
}

#sitemap li ul
{
	list-style-type: disc;
	font-weight: normal;
}

#sitemap ul > li, #sitemap ul
{
	margin-bottom: 0.8em;
}

#sitemap li ul li
{
	margin-bottom: 0px;
}