.menu {
    font-family: tahoma, verdana, arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: black;
 background-image:url(../images/hvidbg.png);
 border: 1px solid black;


  padding: 4px;
}

.menu a:link {

  text-decoration: none;


}

.menu a:visited {
  text-decoration: none;

}

.menu a:hover {
  text-decoration: none;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid #603;
  
}

.current {
  text-decoration: none;
  
  text-decoration: none;
  border-bottom: 2px solid #603;
  
}


