#sitemap {
	overflow: hidden;
    padding: 18px 0;
    margin: 0 20px;
}

h2.links-block__header {
	margin-bottom: 15px;
    padding: 0 0 6px 10px;
    font-size: 19px;
    border-bottom: 3px solid #5ab347;
}

h2.links-block__header a:link, h2.links-block__header a:visited {
	text-decoration: none;
    color: #444444;
	position: relative;
}
h2.links-block__header a:hover:after, h2.links-block__header a:active:after {
	position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -10px;
    width: 7px;
    height: 7px;
    content: '→';
}

ul.links-block__list {
	list-style: none;
}

.links-block__list-item__visible,
.links-block__list-item__hidden,
.links-block__list-item__show_hidden {
	position: relative;
}

.links-block__list-item__visible:before,
.links-block__list-item__hidden:before,
.links-block__list-item__show_hidden:before {
	position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -3px;
    width: 7px;
    height: 7px;
    background: #5ab347;
    content: '';
}

.links-block__list-item__show_hidden span {
	cursor: pointer;
	border-bottom: 1px dashed #444;
}

.links-block__list-item__show_hidden span:hover { border: none; }

.links-block__list-item__visible a:link, .links-block__list-item__visible a:visited,
.links-block__list-item__hidden a:link, .links-block__list-item__hidden a:visited {
	text-decoration: none;
}
.links-block__list-item__visible a:hover, .links-block__list-item__visible a:active {
	
}

.links-block__list-item__hidden { display: none; }

