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