﻿#sitemap ul {
	list-style: none;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	border-left: 2px solid #d3d3d3;
	border-bottom: none;
	border-right: none;
	border-top: none;
}

#sitemap ul li {
	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;
	border-left: none;
	margin-left: -2px;
}

#sitemap a {
	color: #007BBF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap ul li ul li a {
	font-weight: normal;
}
