.razdel {
	margin: 0px 0 20px;
}

.razdel li {
	margin-bottom: 5px;
}

.razdel__link {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 5px;
    color: #151515;
    display: block;
    font-family: "FreeSet Cyrillic",Arial;
    font-size: 19px;
    min-height: 40px;
    padding: 10px 15px 5px;
}

.razdel__link.active,
.razdel__link:hover,
.razdel__link:focus {
	color: #ffffff;
	background: #006900;
}