li.siteMapLev1 {
	background: url(/images/sitemap_heading1_bg.gif);
	background-repeat: no-repeat;
	min-height: 24px;
	clear:both;
}
li.siteMapLev1 a.lev1 {
	display: block;
	padding-top: 3px;
	padding-left: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
li.siteMapLev1 a.lev1:hover {
	color: #fff;
	text-decoration: underline;
}

li.siteMapLev2 {
	width: 312px;
	padding-left: 15px;	
	float:left;
}
li.siteMapLev2 a.lev2 {
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
li.siteMapLev2 a.lev2:hover {
	color: #666;
	text-decoration: underline;
}

li.siteMapLev3 {
	padding-left: 30px;
}
li.siteMapLev3 a.lev3 {
	color: #666;
	font-size: 11px;
}
li.siteMapLev3 a.lev3:hover {
	color: #666;
	font-size: 11px;
	text-decoration: underline;
}