#SiteMap .SectionBody .Content {
	background-image: url(../images/bg_04.jpg);
	background-position: 10px 10px;
	background-repeat: no-repeat;
}
#SiteMap .SectionBody .Content .ContentInside {
	margin-left: 80px;
}
#SiteMap .SectionBody .Content .ContentInside h2 {
	display: block;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	clear: both;
}
#SiteMap .SectionBody .Content .ContentInside h2 a {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
#SiteMap .SectionBody .Content .ContentInside ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#SiteMap .SectionBody .Content .ContentInside ul li {
	display: inline;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
}
#SiteMap .SectionBody .Content .ContentInside li a {
	text-decoration: none;
	color: #666666;
}
