/* Sitemap */
#body #inside #sidemenu
{
	border-top:none;
}
ol.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}

	ol.sitemap li {
		padding: 0.33em 0;
		margin: 0;
		border-bottom: 1px dotted #999;
	}
	
	ol.sitemap li a { color:#650000; }
	
	ol.sitemap li.depth1 { margin: 10px 0 0 0; font-size: 0.9em; font-weight: bold; }
	ol.sitemap li.depth2 { margin-left: 16px;  font-size: 0.85em; }
	ol.sitemap li.depth3 { margin-left: 32px;  font-size: 0.80em; }
	ol.sitemap li.depth4 { margin-left: 48px;  font-size: 0.78em; }
	ol.sitemap li.depth5 { margin-left: 64px;  font-size: 0.76em; }
	ol.sitemap li.depth6 { margin-left: 80px;  font-size: 0.74em;  }
	ol.sitemap li.depth7 { margin-left: 96px;  font-size: 0.72em;  }
	ol.sitemap li.depth8 { margin-left: 112px;  font-size: 0.70em; }
	
