.b-top-menu {
	background-color: #3a3937;
}

.b-top-menu__list {
	margin: 0;
	padding: 0;
	text-align: justify;
	height: 60px;
}

.b-top-menu__list:after {
	content: '';
	display: inline-block;
	width: 100%;
}

.b-top-menu__item {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}

.b-top-menu__item-link {
	color: #fff;
	text-decoration: none;
	font: 18px/1 'PT Sans Narrow', sans-serif; 
	text-transform: uppercase;
	display: inline-block;
	padding: 21px 0;
}

.b-top-menu__item-link:hover {
	color: #85c758;
}

.b-top-menu__item-link_home {
	background: url(images/home.png) 0 50% no-repeat;
	padding: 0;
	width: 17px;
	height: 60px;
}

.b-top-menu__item-link_home:hover {
	background-image: url(images/home_hovered.png);
}

