
#menu, #menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  
}

#menu {
  width: 100%;
  /*margin: 60px auto;*/
  /*border: 1px solid #107677;*/
  background: #111;
  background: linear-gradient(#C7A64C, #C7A64C);
  /*border-radius: 6px;*/
  /*box-shadow: 0px 2px 2px #ccc;*/
}

#menu:before, #menu:after {
  content: "";
  display: block;
}

#menu:after { clear: both; }

#menu li {
	float: left;
	/*background: url(../images/sep.png) no-repeat;*/
	position: relative;
	border-right: 1px solid #e0e3f0;
}

#menu a {
	float: left;
	padding: 17px 10px;
	color: #31459c;
	text-decoration: none;
	text-transform:uppercase;
	/* font: bold 12px Arial, Helvetica; */
	font-size: 16px;
	font-family: 'NewsGothicBT-RomanCondensed';
}
#menu ul {
  margin: 20px 0px 0px 0px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 38px;
  left: 0px;
  z-index: 1;
  background: linear-gradient(#fff, #fff);
  box-shadow: 0px -1px 0px rgba(255, 255, 255, .3);
  border-radius: 3px;
  transition: all .2s ease-in-out;
}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 22px 0;
}

#menu ul ul {
  top: 0px;
  left: 150px;
  margin: 0px 0px 0px 20px;
  box-shadow: 0px -1px 0px rgba(255, 255, 255, .3);
}

#menu ul a {
	padding: 10px;
	width: 250px;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-size: 14px;
	color: #000;
}

#menu ul a:hover {
	background: linear-gradient(#000, #000);
}

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
}

#menu ul ul li:first-child > a:after {
  left: -12px;
  top: 50%;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-right: 6px solid #107677;
  border-bottom: 6px solid transparent;
}

#menu-trigger { /* hide initially */
display: none; }
 @media(max-width: 700px) {

#menu-wrap { position: relative; }

#menu-wrap { box-sizing: border-box; }

#menu-trigger {
  display: block;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  margin: 15px 0;
  padding: 0px 0px 0px 35px;
  /*border: 1px solid #107677;*/
  color: #fff;
  font-weight: bold;
  background-color: #111;
 /* background: url(../images/menu.png) no-repeat 10px center, linear-gradient(#C7A64C, #C7A64C); */
  border-radius: 6px;
}

#menu {
  margin: 0px;
  padding: 10px;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 1;
  display: none;
  box-shadow: none;
}

#menu:after {
  content: '';
  position: absolute;
  left: 25px;
  top: -8px;
}

#menu ul {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0px;
  background: none;
  box-shadow: none;
}

#menu ul ul {
  margin: 0px 0px 0px 20px;
  box-shadow: none;
}

#menu ul ul li:first-child > a:after {
  border-top: 0px;
  border-bottom: 0;
}

#menu li {
  position: static;
  display: block;
  float: none;
  border: 0px;
  margin: 5px;
  box-shadow: none;
  background: none !important;
}

#menu ul li {
  margin-left: 20px;
  box-shadow: none;
  border-right:1px solid #e0e3f0;
}

#menu a {
  display: block;
  float: none;
  padding: 0px;
  color: #000;
  padding: 8px 0 8px 91px;
  border-bottom: 1px solid #000;
}

#menu a:hover { color: #fafafa; }

#menu ul a {
  padding: 0px;
  width: auto;
}

#menu ul a:hover { background: none !important; }
}
#menu li:hover {
    background-color: #F3091F;
  
}
#menu .active {
    border-bottom: 1px solid #000;
background-color: #000;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
color: #c7a64c;
padding: 8px 0 8px 91px;
}
#menu li a:hover {
    /*background-color: #F3091F;*/
    color:#fff;
    
}
#menu li:last-child {
    border: none;
}
.nav_menu{
    float: right;
}