.P
{padding-top: 5px;padding-bottom: 5px;
margin: 0px;text-align:center;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 9pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 8pt;
font-weight: normal;
margin:0px;
background-color: white; border-top: outset 1px white; border-left: outset 1px white; border-right: outset 1px white}

td.menuNormal
{color: White;
font-weight: bold;
vertical-align: top;
background-color: Transparent;
}

td.menuHover
{
color: black;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: lightblue;
cursor: pointer;
}

div.menuNormal
{display: none;
position: static;
background-color: lightblue;
}

div.menuHover
{border: 0px solid lightblue;
background-color: lightblue;
display: inline;
position: absolute;}

a.menuitem:link
{color: white;
display: block;
padding: 0px;
}

a.menuitem:visited
{
color: white;
display: block;}

a.menuitem:hover
{color: black;
display: block;}

a.menuitem:active
{
color: black;
background-color: lightblue;
display: block;}

td.borderbottom{border-bottom: solid 1px white; background-color:#4cc366}
td.bg{border-bottom: solid 1px blue;background-color: lightblue}
.cssBorrderLeft{border-left: solid 1px white}