#sitemap ul
{
	margin:0px;
	padding:0px;
}
#sitemap ul li
{
	margin:0px;
	padding:0px;
}
#sitemap li.sectionTitle
{
	font-weight:bold;
	border-bottom:1px dotted #ccc;
}
#sitemap h2
{
	font-size:16px;
	margin:0px 0px 5px 0px;
	padding:4px 0px 4px 5px;
	border:0px;
	border-top:3px solid #ccc;
	background-color:#eee;
	width:100%;
	font-weight:bold;
	letter-spacing: .5px;
}

#sitemap h3
{
	font-size:14px;
	margin:0px;
	padding:4px 0px 4px 0px;
	background-color:#fff;
	background-image:none;
	border:0px;	
	font-weight:normal;
	margin-left:20px;
}
#sitemap h3.sectionTitleH3
{
	border-bottom: 1px dotted #ccc;
	width:80%;
}
#sitemap h3:hover
{
	background-color:#fff;
}
#sitemap ul.h3RelatedUL
{
	margin-left:40px;
}
#sitemap ul.h3RelatedUL2
{
	margin-left:20px;
}
#sitemap h4
{
	font-size: 12px;
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:none;
	border:0px;
	font-style:normal;
	font-weight:normal;
	margin-left:40px;
}
#sitemap ul.h4RelatedUL
{
	margin-left:40px;
}
#sitemap h5
{
	font-size: 10px;
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:none;
	border:0px;	
	margin-left:60px;
}
#sitemap ul.h5RelatedUL
{
	margin-left:60px;
}
#sitemap div.departmentSection
{
	margin:0px;
	padding:0px 0px 10px 0px;
}

