ul.menu-hv2{
  width: 900px;
}


ul.menu-hv2 li{
  position: relative;
  float: left;
}

ul.menu-hv2 li a{
  display: table;
  float: left;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  background: #336666;
  color: #FFF;
  text-decoration: none;
}

ul.menu-hv2 li a:hover{
  background: #99CC66;
}

ul.menu-hv2 li ul{
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
}

ul.menu-hv2 li:hover ul,
ul.menu-hv2 li.hover ul{
  display: block;
}

ul.menu-hv2 li ul li a{
  width: 150px;
  border-bottom: 1px solid #FFF;
  clear: both;
}

ul.menu-hv2 li ul li{
  float: none;
  clear: both;
}

ul.menu-hv2 ul li a{
  float: none;
}


