@charset "utf-8";


.sitemap {
	float: left;
	width: 220px;
	}

.sitemap h4 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #2763BB;
	padding-left: 4px;
	font-weight: bold;
	margin-bottom: 5px;
	}

.sitemap ul {
	margin-bottom: 8px;
	margin-left: 8px;
	}

.sitemap ul li {
	margin-bottom: 2px;
	}
	
.sitemap a {
	color: #36C;
	}

