#meny {

   margin: 0px;
   padding: 0px;
   list-style-type: none;
   font-family: Verdana;
   font-size: 10px;

}

#meny a {
   width: 13.8em;
   text-decoration: none;
   display: block;
   padding: 0.4em 1em;
   margin-bottom: 0.0em;
   border-bottom: 1px solid #000000;
   background: #ffffff;

}

#meny a:link {

   color: #000000;

}

#meny a:visited {

   color: #000000;

}

#meny a:hover {

   background: #000000;
   color: #ffffff;

}

#meny a#current {

   font-weight: bold;

}
