#sitemap{
	list-style-type: none;
	float: left;
	background-image: url(dotline.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
}
#sitemap li{
	line-height:240%;
	background-image: url(navBullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border:0;
}
#sitemap a{
	color: #000000;
	text-decoration: none;
}
#sitemap a:hover{
	background-color: #EAEAEA;
}
#sitemap li.top{
	background-image: url(navBulletTop.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#sitemap li.bot{
	background-image: url(navBulletBot.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
#sitemap ul{
	list-style-type: none;
	background-image: url(dotline.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#sitemap h5{
	font-size: 13px;
    margin-top: 0px;
    line-height: 28px;
    margin-bottom: 0px; font-weight:bold;
}
#sitemap li span.t1{
	font-weight: bold;
}
#sitemap li a.t2{
	font-weight: bold;
}
.pdf a{
	background-image: url(pdf.gif);
    background-repeat: no-repeat;
    background-position: 0px 8px;
    padding-left: 17px;
    padding-bottom: 3px;
    text-indent: 5px;
}

#sitemap a::before{ display:none; }


