.sitemap h2{
	margin-top:20px;
	font-size:30px;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
}

.sitemap h3 a {
	color:#40392c;
	font-size:20px;
	font-weight:blod;
	border-bottom:1px solid #ccc;
	float:left;
	width:90%;
	padding-bottom:2px;
	margin-bottom: 6px;
}

.sitemap  h3 a:hover {
	color: #666;
}

.sitemap h4 {
	float: left;
	font-size: 15px;
	line-height: 16px;
	margin: 0 0 2px 0;
}

.sitemap ul{
	list-style: none;
	margin: 0 0 20px 0;
	float: left;
	width: 100%;
	min-height: 130px;
}

.sitemap ul li {
	font-size: 13px;
	line-height: 15px;
	padding:1px 0 1px 0;
}

.sitemap li a {
	color:#40392c;
	padding:0 4px 0 5px; 
	text-decoration: none;
}

.sitemap li:hover a {
	color: #999;
}
