﻿#sitemap ul {
	list-style: none;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	border-left: 2px solid #000000;
	border-bottom: none;
	border-right: none;
	border-top: none;
}

#sitemap ul li {
	margin: 3px 0 0.5em 0;
	padding: 10px 0 0 25px;
	background: url(../images/bullet.gif) no-repeat top left;
}

#sitemap ul li.last {
	background: url(../images/bulletlast.gif) no-repeat top left;
	border-left: 0px;
	margin-left: -2px;
}

#sitemap a {
	color: #000;
	text-decoration: none;
}

#sitemap a:hover {
	text-decoration: underline;
}
