.sitemap_row{
	overflow: hidden;
	border: 1px solid #cccccc;
}
.sitemap_row ul{
	padding: 0 30px;
}
.sitemap_left{
	width: 60%;
    float: left;
    border-right: 1px solid #cccccc;
	padding: 20px 0;
}
.sitemap_right{
	width: 39%;
    float: right;
	padding: 20px 0;
}
.sm_section{
	border-bottom: 1px solid #cccccc;
}

.sm_title{
	margin-bottom: 40px;
	margin-top: 30px;
}
.lvl_1 > a{
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
}
.lvl_2 > a{
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
}
.lvl_3  > a{
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
}
.element > a{
	color: #333333 !important;
	font-size: 14px;
	line-height: 24px;
}
.sitemap a{
	text-decoration: none;
	color: #ff8100;
}

@media (max-width: 1000px){
	.sitemap_left{
		width: 100%;
		float: none;
	}
	.sitemap_right{
		width: 100%;
		float: none;
	}
}