.toggleMenu {
  color: #004766;
  width: 20px;
  height: 100%;
  webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
  background-image: url(../images/line_img_blue.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  margin: 0 10px;
}
.toggleMenu:hover {
  text-decoration: none;
}
.nav {
  list-style: none;
  *zoom: 1;
  padding: 0px;
  margin: 0px;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav ul {
  list-style: none;
  width: auto;
}
.nav > ul > li:hover > a{
  color: #16759f;
  text-decoration: none;
}
.nav li {
  position: relative;
}
.nav > li {
  float: left;
}
.nav > li > a {
  color: #515151;
  display: block;
  padding-left: 22px;
}
.nav > li:hover >a{
  color: #16759f;
  text-decoration: none;
}
.nav > li > a:hover {
  color: #16759f;
  text-decoration: none;
}
.nav > li > a.select {
  color: #16759f;
  text-decoration: none;
}
.nav li  ul {
  position: absolute;
  left: -9999px;
  z-index: 9999;
  width: 200px;
  background-color: #0051b3;
}
.nav > li.hover > ul {
  left: 0;
}
.nav li li.hover ul {
  left: 100%;
  top: 0;
}
.nav li li a {
  display: block;
  position: relative;
  color: #FFFFFF;
  border-bottom: 1px solid #fff;
  border-right: 0px!important;
}
.nav li li:last-child a {
  display: block;
  background: #0051b3;
  position: relative;
  color: #FFFFFF;
  border-bottom: none;
  border-right: 0px!important;
}
.nav li li a:hover {
  display: block;
  background-color: #f7e82b!important;
  position: relative;
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .nav {
    background-color: #000;
  }
  .nav > li {
    float: none;
    border: none;
    z-index: 9999999;
    background-color: #000;
  }
  .nav a {
    color:#FFFFFF!important;
    padding: 7px 5%!important;
  }
  .nav li li a{
    color:#FFFFFF!important;
    background-color: #0051b3;
  }
  .nav li li a:hover{
    color:#000!important;
    background-color: #00b7e9!important;
  }
  .nav > li > a:hover {
    color:#000!important;
    background-color: #00b7e9!important;
  }
  .nav > li > a.select{
    color:#000!important;
    background-color: #00b7e9!important;
  }
  .nav > li.hover > ul , .nav li li.hover ul {
    position: static;
    border-bottom: none;
    width: 100%;
    z-index: 9999!important;

  }

}