ul.sitemap li{
	width: 100%;
	list-style-type: none;
}
ul.sitemap li a{
	display: block;
	margin-bottom: 14px;
	transition: padding ease 0.3s;
}
ul.sitemap a:hover{

	padding-left: 6px;
}
ul.sitemap ul{
	padding-left: 25px;
	border-left: 1px solid gray;
	position: relative;
}
ul.sitemap ul:after{
	content: "";
	position: absolute;
	bottom: 0;
	width: 16px;
	height: 1px;
	background-color: gray;
	left: 0;
}
ul.sitemap ul:before{
	content: "";
	position: absolute;
	top: 0;
	width: 16px;
	height: 1px;
	background-color: gray;
	left: 0;
}
