ul.men3 {
  font-size: 14px;
  padding-right: 20px;
  list-style-type: none;
  text-align: left;
  margin-left: 100px;
  margin-top: 120px;
  width: 250px;
  font-family: Arial,Helvetica,sans-serif;
  display: block;
  padding-left: 20px;
  float: left;
  position: absolute;
  opacity: 0.8;
  font-weight: bold;
  background-color: #663333;
}
li.men3 {
  border-color: white;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  background-position: center top;
  background-repeat: repeat-x;
}
li.inaktiv {
  border-style: solid;
  border-color: #000000 white white #000000;
  border-width: 1px;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #d18b45;
  background-image: url(../pics-buttons/schwarz-hintergrund.gif);
  background-repeat: repeat-x;
  color: #bfbfbf;
  background-position:  center center;
}

