#sitemap {
	font-size: 12px;
	line-height: 15px;
}
#sitemap a:link {
	color: #000;
} 
#sitemap a:hover {
  text-decoration: underline;
}
#sitemap .sitemap_grp {
	width: 220px;
	float: left;
}
#sitemap ul {
	list-style: none;
	padding: 0;
}
#sitemap ul li{
	margin-bottom: 10px;
	}
#sitemap ul li a {
	background: url(../images/sitemap.gif) left  no-repeat;
	padding: 0 0 0 20px;
	font-weight: bold;
}
#sitemap ul dl{
	margin: 8px 0 0 20px;
}
#sitemap ul dl dt{
	margin-top: 8px;
	font-weight: bold;
}
#sitemap ul dl dt a{
	margin-top: 8px;
	padding: 0;
	font-weight: bold;
	background: none;
}
#sitemap ul dl dd {
	margin-top: 7px;
}
#sitemap ul dl dd a {
	background: url(../images/list_marker_red.gif) left  no-repeat;
	margin-left: 5px;
	font-weight: normal;
	padding: 0 0 0 8px;
}
.margin-b10 {
	margin-bottom: 10px;
}


 