ul{
  font: 14px Arial, Helvetica, sans-serif;
  list-style-type: none;
}

 ul.menu-hv {
   width: 853px;
 }
ul.menu-hv li{
  position: relative;
  float: left;
}
ul.menu-hv li a{
  display: table;
  float: left;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  background: #000000;
  color: #FFF;
  text-decoration: none;
}
ul.menu-hv li a:hover{
  background: #0099CC;
}
ul.menu-hv  li ul{
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
}

ul.menu-hv li:hover ul,
ul.menu-hv li.hover ul{
  display: block;
}
ul.menu-hv li ul li a{
  width: 125px;
  border-bottom: 1px solid #FFF;
  clear: both;
}

ul.menu-hv li ul li{
  float: none;
  clear: both;
}
ul.menu-hv ul li a{
  float: none;
}


