table.navbar
{margin: 0px;
padding: 0px; 
border: 0px; 
}

table.menu
{margin: 0px;
padding: 0px;
}

td.menuNormal
{padding: 0px; margin:0px;
color: black;
vertical-align: top;
background-color: white;}

td.menuHover
{padding: 0px;
color: black;
font-weight: bold;
vertical-align: top;
}

div.menuNormal
{display: none;}

div.menuHover
{border: 3px solid black;
background-color: white;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color:#003300; font-size:12px; font-weight:700;
background-color:#bbee99;
display: block;}

a.menuitem:visited
{text-decoration: none;
color:#003300; font-size:12px; font-weight:700;
background-color:#bbee99;
display: block;}

a.menuitem:hover
{text-decoration: none;
color:#ffffff; font-size:12px; font-weight:700;
background-color:#003300;
display: block;}

a.menuitem:active
{text-decoration: none;
color:#ffffff; font-size:12px; font-weight:700;
background-color:#003300;
display: block;}


