/* Sitemap CSS */

ul#sitemap {
	margin:0;padding:0;
}

ul#sitemap li {
	list-style:none;
}

li.depth-1 {
	border-top:1px dotted #cecece;
	font-size:1.3em;
	font-weight:bold;
	margin-top:0.5em;
	padding:0.5em 0;
}

li.depth-2 {
	font-weight:bold;
	margin-left:20px;
	padding:6px 0 0.3em 0;
}

li.depth-3 {
	list-style:circle;
	margin-left:40px;
	 
}

li.depth-4 {
	list-style:none;
	margin-left:60px;
	 
}

li.depth-5 {
	list-style:none;
	margin-left:80px;
}