
.menu_block  {
	z-index: 999;
	position: relative;
	padding: 0 0 30px;
}

.menu_block:after {
	bottom: 0;
	left: 50%;
	margin-left: -382px;
	background-color: #86c8b4;
	height: 10px;
	width: 765px;
	content: '';
	position: absolute;
}


.menu_block nav {
	position: relative;
	font-family: 'Open Sans Condensed', sans-serif;
}


nav>.sf-menu {
	z-index: 990;
	text-align: center;
	position: relative;
}
nav{ position:relative;padding: 0px 0 0 0;}
.sf-menu ul {position:absolute;top:-999px; display:none;/* left offset of submenus need to match (see below) */}
.sf-menu>li {
	display: block;
	position: relative;
	display: inline-block;
	font-size: 24px;
	line-height: 24px;
}

.sf-menu>li>ul>li {
  float: none;
  position: static;
}

.sf-menu>li+li {
	margin-left: 33px;
}

.sf-menu>li>a{
	font-weight: bold;
	text-align: center;
	color: #908b8b;
	display: block;
	position: relative;
}

.sf-menu>li>a:before {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #86c8b4 transparent;
	bottom: -31px;
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -9px;
	transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
.sf-menu>li>a:active, 
.sf-menu>li.sfHover>a, .sf-menu>li.current>a, .sf-menu>li>a:hover {
	color: #bfdfd5;
}

.sf-menu>li.sfHover>a:before, .sf-menu>li.current>a:before, .sf-menu>li>a:hover:before {
	bottom: -22px;
}

.sf-menu>li>a.sf-with-ul:after {
	position: absolute;
	content: '';
	left: 50%;
	margin-left: -3px;
	width: 5px;
	background: url(../images/arrows.png) 0 0 no-repeat;
	height: 4px;
	bottom: 10px;
	pointer-events: none;
	z-index: 999;
	display: block;
}

.sf-menu>li.current>a.sf-with-ul:after, 
.sf-menu>li.sfHover>a.sf-with-ul:after {
}
 
.sf-menu>li>ul>li>a.sf-with-ul:after {
	content: '';
    font-family: 'FontAwesome';
	position: absolute;
	width: 5px;
	font-size: 15px;
	line-height: 13px;
	font-weight: normal;
	right: -15px;
	color: #fff;
	bottom: 3px;
	pointer-events: none;
	z-index: 999;
}

