.sitemap .ulblock {
	padding: 5px;
	width: 220px;
	display: inline-block;
	float:left;
}

.sitemap .ulblock ul {
	padding-left: 25px;
}

.sitemap .ulblock label {
	color: #9bc084;
	font-weight: bold;
	font-size: 16px;
}

.sitemap .ulblock li {
	font-weight: bold;
	list-style-type: square;
	color: #797979;
	font-size: 12px;
}

.sitemap .ulblock li a {
	font-style: normal;
	font-weight: normal;
	color: gray;
}

.sitemap .ulblock li a:hover {
	font-style: normal;
	font-weight: normal;
	color: black;
}
