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

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: bold;
}
td.menuNormal
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
background-color: #333399;
}

td.menuHover
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: lightblue;
}

div.menuNormal
{display: none;}

div.menuHover
{border: 1px solid lightblue;
background-color: white;

position: absolute;
}
a.menuitem:link
{text-decoration: none;
color: white;
background-color: #0e3e6f;
display: block;
}

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

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

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