#menubar {padding:5px;}
.green-bg {
  background: #46a29f;
}
.toggleMenu {
  background: rgba(0, 0, 0, 0) url("../images/nav.png") no-repeat scroll 0 center;
  color: #fff;
  display: none;
  float: left;
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15%;
  z-index: 9999;
}
.toggleMenu.inner {
  top: 10px;
}
.toggleMenu:hover {
  color: #fff;
}
.nav2 {
  list-style: none;
  text-align: center;
}
.nav2:before, .nav2:after {
  content: " ";
  display: table;
}
.nav2:after {
  clear: both;
}
.nav2 ul {
  list-style: none;
  width: 290px;
  padding-left: 0;
  background: #46a29f;
}
.nav2 a {
  padding: 0 30px;
  color: #000;
  font: 400 22px/57px Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.nav2 a:hover {
  text-decoration: none;
  color: #66fcf1;
}
.nav2 li a.active {
  color: #66fcf1;
}
.nav2 li {
  position: relative;
}
.nav2 > li {
  display: inline-block;
  background: #46a29f;
  margin: 0 -3px;
}
.nav2 > li > .parent {}
.nav2 > li > a {
  display: block;
}
.nav2 li ul {
  position: absolute;
  left: -9999px;
  z-index: 999999;
}
.nav2 > li.hover > ul {
  left: 0;
}
.nav2 li li.hover ul {
  left: 100%;
  top: 0;
}
.nav2 li li a {
  display: block;
  position: relative;
  z-index: 100;
  padding: 10px 11px;
  min-width: 260px;
  border-bottom: 1px solid #2e8380;
  border-top: 1px solid #62b6b3;
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 0px;
  text-align: left;
}
.nav2 li li a:hover {
  text-decoration: none;
}
.nav2 li li li a {
  z-index: 200;
}
@media screen and (max-width: 1000px) {
  .nav2 a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 770px) {
  .nav2 a {
    padding: 0 50px;
    font: 400 16px/40px "Arial, sans-serif";
    text-transform: none;
  }
  .nav2 > li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #2d8986;
    border-top: 1px solid #5fb9b6;
  }
  #header {
    background: #46a29f;
  }
  .active {
    display: block;
  }
  .nav2 {
    list-style: none;
    position: relative;
    z-index: 9999;
    background: #230000;
  }
  .nav2 > li {
    float: none;
  }
  .nav2 > li > .parent {
    background-position: 95% 50%;
  }
  .nav2 ul {
    display: block;
    width: 100%;
  }
  .nav2 > li.hover > ul, .nav2 li li.hover ul {
    position: static;
  }
}