.sitemap_header {
	background-color:#f6f7fb;
	margin: 0px 10px 0px 10px;
	height: 60px;
	padding: 10px;
}
.sitemap {
	-webkit-text-size-adjust: none;
	background-color: #f6f7fb;
	margin: 0px 10px 10px 10px;
	padding: 10px;
	font-weight: bold;
	height: 540px;
}
.sitemap a {
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
	color: #AAA;
}
.sitemap ul {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 0px;
}
.sitemap li {
	font-weight: normal;
}
.sitemap_leftcolumn {
	float: left;
	width: 50%;
	display: block;
}
.sitemap_rightcolumn {
	float: right;
	width: 50%;
}