/* ******** Sitemap */

ol.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ol.sitemap li {
		padding: 0.33em 0;
		margin: 0;
	}
	
	ol.sitemap li.depth1 { margin: 1em 0 0 0; font-size: 1.43em; font-weight: bold; border-top:dotted 1px #ccc;line-height:1.6;}
	ol.sitemap li.depth2 { margin-left: 16px; font-weight: bold; }
	ol.sitemap li.depth3 { margin-left: 32px; }
	ol.sitemap li.depth4 { margin-left: 48px; }
	ol.sitemap li.depth5 { margin-left: 64px; }
	ol.sitemap li.depth6 { margin-left: 80px; }
	ol.sitemap li.depth7 { margin-left: 96px; }
	ol.sitemap li.depth8 { margin-left: 112px; }
