@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin:0;
	padding:0;
	border:0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  margin-top:0px !important;
  z-index:9 !important;

 
  
}

#cssmenu > ul {
  margin-top:0px !important;
 
}

#cssmenu > ul > li {
  float: left;

 
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: center;
}
#cssmenu.align-right > ul > li {
  float: none;
  
}

#cssmenu > ul > li > a {
  margin:0px;
  font-size: 16px;
  letter-spacing:0px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  line-height:60px;
  padding:0px 35px;
  display:block;
  border-radius:0px;
  text-transform:uppercase;
  transition: all 0.5s ease-out;
/*  
  border-right:solid 1px #A7DE01;
  border-left:solid 1px #81AC00;*/
  
}

#cssmenu > ul > li > a:before,
#cssmenu > ul > li > a:after {
  content: '';
  position: absolute;
  top:0;
  height:100%;
  width:1px;
}
#cssmenu > ul > li > a:before {
  background: #a29940;
  right:0;
}
#cssmenu > ul > li > a:after {
  background: #635a10;
  right:-1px;
}


#cssmenu > ul > li:hover > a {
	background:#0a3543;
  color:#fff;
  /*border-bottom:solid 5px #ffb504;*/
  box-shadow: 0px -5px 0px #fff inset;
  text-decoration:none;
  transition: all 0.5s ease-out;

 
}

#cssmenu > ul > li > a#activecontc{background:#F0F0F0; color:#0348CF; box-shadow: 0px -5px 0px #FF9000 inset;}


#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 26px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
  transition: all 0.28s ease;
}
#cssmenu > ul > li.has-sub:hover > a:after {background:#0348CF !important; transition: all 0.28s ease;}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 23px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 26px;
  height: 0;
  background: #fff !important;
}


#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  padding-top:0px !important;
  z-index:99999 !important;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
	background:#fff;
	box-shadow:0 0 5px #666;
  left: auto;
  display:block !important;
  padding-top:0px;
}
#cssmenu.align-right li:hover > ul {
  left: 0px;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 40px;
  
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
	font-family:Verdana, Geneva, sans-serif !important;
  /*border-bottom: 1px dotted #999;*/
  padding:0 0 0px 20px!important;
  width: 200px !important;
  font-size: 13px;
  text-decoration: none;
  color: #838383;
  font-weight: normal;
  background:none;
  line-height:40px !important;
  
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background-position:0 0 !important;
  background: #087038;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 14px;
  right: 18px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 18px;
  height: 0;
}

#cssmenu ul ul ul {
  position: absolute;
  left: -9999px;
  padding:0px 0 0 1px !important;
}


#cssmenu > ul > li > a.menunavactv{background:#fe8f01; color:#fff;}


