ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
}

li.units {
  float: left;
   display: block;
  color: white;
  text-align: center;
  padding: 16px;
  text-decoration: none;
  cursor: pointer;
}

li.units:hover {
  background-color: #111111;
}
ul li.selected {
  background-color: #111111;
}
