table.menu
{
font-size: 8pt;
margin: 0px;
padding: 0px;
/*font-weight: bold;*/
}
td.menuNormal
{
padding: 5px;
margin:0px;
color: black;
/*font-weight: bold;*/
vertical-align: top;
background-color: #4174B5;
}
/*td.menuHover
{
margin:0px;
padding: 5px;
color: black;
font-weight: bold;
vertical-align: top;
remove the following line for drop-down menu with images
background-color: #4174B5;
}*/
div.menuNormal
{
display: none;
position: static;
}
div.menuHover
{
/*border: 1px solid lightblue;*/
background-color: white;
display: inline;
position: absolute;
}
a.menuitem:link
{
text-decoration: none;
color: white;
/*background-color: white;
display: white;*/
}
a.menuitem:visited
{
text-decoration: none;
color: white;
/*background-color: white;
display: block;*/
}
a.menuitem:hover
{
text-decoration: none;
color: yellow;
/*background-color: lightblue;
display: block;*/
}
a.menuitem:active
{
text-decoration: none;
color: yellow;
/*background-color: lightblue;
display: block;*/
}

