@charset "utf-8";
/* CSS Document */

ul#sitemap {
	margin:20px;
	width:660px;
}

ul#sitemap li {
	width:300px;
	background-image:url(images/square.jpg);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-bottom:5px;
	margin-bottom:30px;
	border-bottom:dotted 2px #534741;
}

ul#sitemap li.dummy {
	background-image:none;
	padding-left:0px;
	border-bottom:none;
}

ul#sitemap li.dummy ul {
	margin-left:30px;
	margin-top:-20px;
}

ul#sitemap li.dummy ul li{
	background-image:none;
	padding:0px;
	margin:0px;
	list-style-type:disc;
	border-bottom:none;
	
}

