ul.men3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  display: block;
  padding-right: 20px;
  padding-left: 20px;
  list-style-type: none;
  float: left;
  text-align: left;
  background-color: #999999;
  margin-left: 100px;
  position: absolute;
  margin-top: 120px;
  width: 250px;
  opacity: 0.8;
  font-weight: bold;
}
li.men3 {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  background-position:  center center;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
li.inaktiv {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  background-position:  center center;
  background-repeat: repeat-x;
  color: white;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

