.sitemap .group{
	float: left;
	min-width: 20%;
	border-top: 5px solid #2da3c5;
	background: #EEEEEE;
	padding: 15px;
	margin-right: 3%;
	margin-bottom: 3%;
}

.sitemap .group .heading{
	display: block;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: bold;
	padding-bottom: 10px;
}

.sitemap ul {
	list-style-type: none;
	border-left: 1px solid #ccc;	
}

.sitemap .group li{
	line-height: 2em;
	color: #2da3c5;
	
	background-image: url("http://localhost/ekp_dev/assets/shared/images/line.png");
	background-repeat: no-repeat;
	background-position: top left; 
	padding-left: 20px;
}

.sitemap .group li a{
	color: #2da3c5;
	display:block;
	
}


.sitemap a{
	background-color: #EEE;
}
