﻿#sitemap ul {
	list-style: none;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	border-left: 2px solid #2ea07f;
	border-bottom: none;
	border-right: none;
	border-top: none;
	font-weight: bold;
}

#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 ul li.last ul li
{
	font-weight: bold;
}

#sitemap ul li.last ul li ul li
{
	font-weight: normal !important;
}
