﻿#sitemap ul {
	list-style: none;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	border-left: 3px solid #666;
	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: -3px;
	padding-left: 18px;
}

#sitemap ul li.first {
	border-left: none;
	margin-left: -3px;
	padding-left: 18px;
	background: url(../images/bulletfirst.gif) no-repeat top left;
}

#sitemap ul ul li.first {
	background: url(../images/bullet.gif) no-repeat top left;
	margin-left: 0;
	padding-left: 15px;
}

#sitemap ul li.only {
	background: url(../images/bulletonly.gif) no-repeat top left;
	margin-left: -3px;
	padding-left: 18px;
}

#sitemap ul ul li.only {
	background: url(../images/bulletlast.gif) no-repeat top left;
	border-left: none;
	margin-left: -3px;
	padding-left: 18px;
}
#sitemap a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#sitemap a:hover {
	text-decoration: underline;
}

#sitemap ul li ul li a {
	font-weight: normal;
}
