/* sitemap */
#sitemap a {
	text-decoration: none;
	margin-bottom:4px;
	line-height:20px;
	list-style:none;
	border-bottom:2px solid #ace2e2;
}

#sitemap .a {
	float: left;
	width: 45%;
}

#sitemap .b {
	float: right;
	width: 45%;
}

#sitemap .b ul li{
	margin-left:-20px;
}
