#menu {
width: 25em; /* menubredde */
background: #eee;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 10px/12px verdana;  /* bold eller ej */
display: block;
border-width: 0px;
border-style: solid;
border-color: #fff;
margin: 0;
padding: 2px 10px;   /*afstand mellem linjer px  indrykning px */
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
background: #ffffff;
text-decoration: none;
}

#menu a:hover {
color: #000;
background: #fff;
}
