.ulmenue_h {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
.ulmenue_h li a {
  color: black;
  width: 7em;
  padding: 2px;
  padding-left: 10px;
  background-color: silver;
  text-decoration: none;
  border-bottom: 1px solid white;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}


.ulmenue_h li a:hover {
  color: white;
  background-color: gray;
}
