#sitemap h2 {
	margin: 1em 0 0.5em 0;
	padding: 0 0 0.5em 0;
}

#sitemap ul {
	list-style: none;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	border-left: 1px solid #7d9eb5;
}

#sitemap ul li {
	position: relative;
	left: -1px;
	margin: 3px 0 0.5em 0;
	padding: 0 0 0 15px;
	background: url(../images/bullet.gif) no-repeat top left;
}

#sitemap ul li.last {
	background: url(../images/bulletlast.gif) no-repeat top left;
}