body {  
     font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
     margin-top:0px;
}
a.menu          {color:blue; font-family:Trebuchet MS; text-decoration:underline; font-size:10pt;} 
a.menu:hover    {color:red;} 
td              {color:#504A4B; font-family:Trebuchet MS; text-decoration:none; font-size:10pt;} 


table.navbar
{font-size: 8pt; margin: 0px; padding: 0px; border: 0px; font-weight: plain;}

table.menu
{font-size: 8pt; margin: 0px; padding: 0px; font-weight: plain;}

td.menuNormal
{padding: 0px; color: blue; font-weight: plain; vertical-align: top; background-color: none; text-decoration:underline }

td.menuHover
{padding: 0px; color: gray; font-weight: plain; vertical-align: top;


/* remove the following line for drop-down menu with images*/
background-color: #eeeeee; }

div.menuNormal
{ display: none; position: static;}

div.menuHover
{border: 1px solid #eeeeee; background-color: #eeeeee; display: inline; position: absolute;}

a.menuitem:link
{text-decoration: none; color: blue; background-color: white; display: block;}

a.menuitem:visited
{text-decoration: none; color: blue; background-color: white; display: block; }

a.menuitem:hover
{text-decoration: none; color: white; background-color: blue; display: block;}

a.menuitem:active
{text-decoration: none; color: red  ; background-color: black; display: block;}

