BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P
/*padding-top: 10px;*/
{font-weight: normal;
margin: 3px;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: normal;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
border: 0px;
font-weight: normal;}

td.menuNormal
{padding: 0px;
color: yellow;
font-weight: normal;
vertical-align: top;
background-color: darkblue;}

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;
position: static;}

div.menuHover
{border: 1px solid darkblue;
left: 0px;
margin-top: -24px;
margin-left: 150px;
background-color: darkblue;
display: inline;
position: absolute;}

a.menuitem
{text-decoration: none;
position: relative;
color: yellow;
margin-right: 0px;
background-color: darkblue;
font-weight: normal;
display: block;}

a.menuitem:link
{text-decoration: none;
color: yellow;
background-color: darkblue;
font-weight: normal;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: yellow;
background-color: darkblue;
font-weight: normal;
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;}
