#menu {width: 183px;margin:25px 0 0 -32px;}

ul { list-style-type: none }

#menu a, #menu a:visited {
  text-align:left;
  text-decoration:none;
  font: bold 12px arial;  
  display:block;
  width: 183px;
  border-bottom: 1px solid white;
  padding-top: 6px;
  padding-left: 2px;
  }

#menu a:hover {
color: white;
background-color: gainsboro;
}

#menu a:active {
color: white;
background-color: gainsboro;
}

#footer a, #footer a:visited {
  color: darkblue;
  text-align:left;
  text-decoration:none;
  font: normal 11px verdana;  
}

#footer a:hover {
  text-decoration:underline;
}

