.sitemapChapterTd{
	padding: 2px 5px;
	vertical-align: top;
}
.sitemapChapterTitle{
	font-weight: bold;
	text-transform: uppercase;
}

/****************** Level 1 ******************/
ul.sitemapLev1{
	list-style-type: none;
	color: #3077AA;
	margin: 0px 0px 5px 12px;
	padding: 2px 0px;
}
li.sitemapLev1{
	padding: 1px 0px 2px;
}
span.sitemapListItemLev1{
	margin-left: -9px;
}
a.sitemapLev1Link{
	font-weight: bold;
}
a.sitemapLev1Link:hover{
	font-weight: bold;
}

/****************** Level 2 ******************/
ul.sitemapLev2{
	color: #3077AA;
	list-style-type: none;
	line-height: 1em;
	margin: 0px 0px 3px 10px;
	padding: 0px;
}
li.sitemapLev2{
	padding: 1px 0px 2px;
}
span.sitemapListItemLev2{
	margin-left: -9px;
}
a.sitemapLev2Link{
	font-weight: normal;
}
a.sitemapLev2Link:hover{
	font-weight: normal;
}

