#sitemap h2 {
	margin: 1em 0 0.5em 0;
	font-size: inherit;
}

#sitemap ul {
	list-style: none outside none;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	border-left: 2px solid #ADCBE7;
}

#sitemap ul li {
	position: relative;
	left: -2px;
	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;
}

#sitemap a {
	color: #666666;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}
