﻿#sitemap ul {
	list-style: none;
	margin: 0.5em 0 0 1.5em;
	padding: 0;
	border-left: 2px solid #999;
	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 a { color: #000000; }
#sitemap ul li.level1 a { font-weight: bold; } /* this will effect any level1 or lower link */
#sitemap ul li.level2 a { font-weight: normal; } /* this will effect any level2 or lower link */

#sitemap ul li.last {
	background: url(../images/bulletlast.gif) no-repeat top left;
	border-left: none;
	margin-left: -2px;
}
#sitemap ul li.last a { padding-left: 2px; }
