/* ------ vandret_menu.css --- */

#vandret_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 35px;
  list-style: none;
}

#vandret_menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid black;
  border-collapse: collapse;
}

#vandret_menu ul li a {
  margin: 0;
  padding: 0;
  width: 260px;
  height: 40px;
  display: block;
  text-align: center;
}

/* ------ link farver --------*/

#vandret_menu a:link {
  text-decoration: none;
  color: black;
  background-color: yellow;
  }

#vandret_menu a:visited {
  text-decoration: none;
  color: black;
  background-color: lightgreen;
  }

#vandret_menu a:hover {
  text-decoration: none;
  color:black;
  background-color: orange;
}

#vandret_menu a:active {
  text-decoration: none;
  color: black;
  background-color: red;
  }

        