/* --------------- basic styles ---------------- */
/* Note: These should go first so that specific overrides
 * take precedence.
*/

#menu a:link {
   color: #eeeeee;
   text-decoration: none;
}
#menu td {
   padding-top:10px;
   padding-bottom:1px;
   margin-top:0px;
   background-color: #84aece;;
}
#menu a:visited {
   text-decoration: none;
   color: #eeeeee;
}

#menu a:hover {
   color: blue;
   background-color: #eeeeee;
   font-weight:bold;
}

#menu {
    font-size:9pt;
}

#menu a {
    margin-right:20px;

}
