.sitemap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 1%;
	padding-bottom: 2%;
}
.sitemaplistname {
	border: solid 1px #D6D6D6;
	margin-bottom: -8px;
	position: relative;
	background: #F9F9F9;
	border-bottom: solid 1px #D6D6D6;
	padding-left: 24px;
	float: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.sitemaplistname a {
	font-size: 12px;
	font-weight: bolder;
	color: #0053A5;
}
.sitemaplistname:before {
	content: '\f10c';
	font-family: 'FontAwesome';
	margin-right: 10px;
	color: #FF0000;
}
.sitemaptitle ul{
	float: left;
	width: 100%;
	font-size: 12px;
	overflow: hidden;
	border: solid 1px #D6D6D6;
	background-color: #FFF;
	margin-bottom: -1px; margin-left:0;
}
.col-md-8.pull-right.has-side-background .sitemaptitle ul li {
	float: left;
	margin-bottom: 5px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	list-style-type: none;
	padding: 1%;
	padding-top: 5px;
}
.sitemaptitle ul li {
	float: left;
	margin-bottom: 5px;
	margin-left: 30px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	list-style-type: none;
	padding-top: 5px;
}


.sitemaptitle ul li a {
	text-decoration: none;
	color: #0053A5;
}