BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;}

P.horizontalmenu
{padding-top: 0px;
margin: 0px;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

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;
font-family: verdana, tahoma, arial, sans-serif;
font-size: 8pt;
color: white;
font-weight: bold;
vertical-align: middle;
background-color: blue;
   BORDER-RIGHT: thin ridge;
    BORDER-TOP: thin ridge;
    BORDER-LEFT: thin ridge;
    BORDER-BOTTOM: thin ridge;
}

td.menuHover
{padding: 0px;
font-family: verdana, tahoma, arial, sans-serif;
color: black;
font-size: 8pt;
font-weight: bold;
   BORDER-RIGHT: thin ridge;
    BORDER-TOP: thin ridge;
    BORDER-LEFT: thin ridge;
    BORDER-BOTTOM: thin ridge;
vertical-align: middle;
/*remove the following line for drop-down menu with images*/
background-color: lightblue;}

div.menuNormal
{display: none;
position: static;
color: black;
background-color: blue;
   BORDER-RIGHT: thin ridge;
    BORDER-TOP: thin ridge;
    BORDER-LEFT: thin ridge;
    BORDER-BOTTOM: thin ridge;

}

div.menuHover
{border: 1px solid lightblue;
background-color: lightblue;
color: black;
display: inline;
position: absolute;
   BORDER-RIGHT: thin ridge;
    BORDER-TOP: thin ridge;
    BORDER-LEFT: thin ridge;
    BORDER-BOTTOM: thin ridge;
}

a.menuitem:link
{text-decoration: none;
color: white;
background-color: blue;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: white;
background-color: blue;
display: block;}

a.menuitem:normal
{text-decoration: none;
color: white;
background-color: lightblue;
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;}

