BODY
{
font-size: 10pt;
text-align: center;
padding: 0px;
}

table
{
margin-left: auto;
margin-right: auto;
border: 1px solid black;
}


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

table.menu
{
font-size: 9pt;
margin: 0px;
padding: 2px;
background-color: #333333;
}
td.subMenu
{
padding: 2px;
}

td.menuNormal
{
height: 25;
text-align: center;
vertical-align: center;
border-width: 0px;
background-color: transparent;
}

td.menuHover
{
/*remove the following line for drop-down menu with images*/
background-color: lightblue;}

div.menuNormal
{display: none;
padding: 10px;
position: static;}

a.menuitem
{
text-decoration: none;
font-weight: bold;
color: white;
}
a.menuitem:hover
{

}