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