table.navbar
{font-family: verdana, arial, sans-serif;
font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 3px;
font-weight: bold;}

/*COVERS MAIN NAV ITEMS -- DEFAULT*/
td.menuNormal
{padding: 0px;
color: white;
text-align: left;
font-weight: normal;
vertical-align: middle;
background-color: #003366;}

/*COVERS MAIN NAV ITEMS -- CURSOR HOVER*/
td.menuHover
{padding: 0px;
color: white;
text-align: left;
font-weight: normal;
vertical-align: middle;
/*remove the following line for drop-down menu with images*/
background-color: #006699;}

/*COVERS DROPDOWN MENU CONTAINERS WHEN NOT ACTIVE*/
div.menuNormal
{display: none;
position: static;
width: 155px;}

/*COVERS DROPDOWN MENU CONTAINERS WHEN ACTIVE.*/
/*Margin-top controls vertical positioning of dropdown containers*/
div.menuHover
{background-color: white;
font-family: verdana, arial, sans-serif;
display: inline;
margin-top: 8px;
border-top: solid #006699 1px;
position: absolute;}

/*COVERS DROPDOWN MENU DEFAULT STATE*/
a.menuitem:link
{text-decoration: none;
border-bottom: solid #006699 1px;
padding: 4px;
color: #003366;
background-color: white;
display: block;}

/*COVERS DROPDOWN MENU VISITED STATE*/
a.menuitem:visited
{text-decoration: none;
border-bottom: solid #006699 1px;
padding: 4px;
color: #003366;
background-color: white;
display: block;}

/*COVERS DROPDOWN MENU HOVER STATE*/
a.menuitem:hover
{text-decoration: none;
border-bottom: solid #006699 1px;
padding: 4px;
color: #003366;
background-color: #dddddd;
display: block;}

/*COVERS DROPDOWN MENU ACTIVE STATE*/
a.menuitem:active
{text-decoration: none;
border-bottom: solid #006699 1px;
padding: 4px;
color: #003366;
background-color: #dddddd;
display: block;}
