#navigation {
   width: 180px;
   padding: 0;
   margin: 0;
   border-collapse: collapse;
}

#navigation td {
   height: 26px;
   border-bottom: 2px solid #990000;
   background-color: transparent;
   color: #990000;
}

#navigation a:link, #navigation a:visited {
   margin-left: 12px;
   color: #990000;
   background-color: transparent;
   font-size: 12px;
   font-family: Arial, Helvetica, san-serif;
   text-decoration: none;
   font-weight: bold;
}

#navigation a:hover, #navigation a:active {
   margin-left: 12px;
   color: #460016;
   background-color: transparent;
   font-size: 12px;
   font-family: Arial, Helvetica, san-serif;
   text-decoration: underline;
   font-weight: bold;
}