
<!-- ----- OUTER MENU BAR ----- -->
table.bottomBar
{
font-size: 10pt;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
width: 95%;
color: black;
background-color: white;
boder-Style: double outline;
padding: 1px;
}

<!-- ----- DROP DOWN DESCRIPTION ----- -->
table.bottomMenu
{
font-size: 8pt;
margin: 0px;
padding: 0px;
font-weight: regular;
font-family: Arial, Helvetica, sans-serif;
}

td.bottomNormal
{
padding: 0px;
color: black;
font-weight: regular;
vertical-align: top;
background-color: #ebf5fc;
}

td.bottomHover
{
padding: 0px;
color: black;
font-weight: regular;
vertical-align: top;
background-color: #d4ecfb;
}

div.bottomNormal
{display: none;
position: static;}

div.bottomHover
{
border: 1px solid lightblue;
background-color: white;
display: inline;
position: absolute;
}

a.menuitem:link
{
text-decoration: none;
color: black;
background-color: white;
display: block;
}

a.menuitem:visited
{
text-decoration: none;
color: black;
background-color: white;
display: block;
}

a.menuitem:hover
{
text-decoration: none;
color: black;
background-color: #d5eae9;
display: block;
}

a.menuitem:active
{
text-decoration: none;
color: black;
background-color: #d5eae9;
display: block;
}