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

