

table.navbar
{font-size: 8pt;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 8pt;
margin: 0px;
padding: 0px;
width:180px
font-weight: normal;}

td.menuNormal
{padding: 0px;
color: black;
font-weight: normal;
vertical-align: top;
width:180px;
background-color: #E7F6FD;}

a.menuNormal:link
{FONT-SIZE: 9pt; COLOR: #1861AA; LINE-HEIGHT: 1.4em; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;}

a.menuNormal:hover
{FONT-SIZE: 9pt; COLOR: #1861AA; LINE-HEIGHT: 1.4em; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;}

a.menuNormal:visited
{FONT-SIZE: 9pt; COLOR: #1861AA; LINE-HEIGHT: 1.4em; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: underline;}

td.menuHover
{padding: 0px;
color: black;
font-weight: normal;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
}

div.menuNormal
{display: none;
position: static;
width:100px;}

div.menuHover
{border: 1px solid lightblue;
background-color: #E7F6FD;
width:220px;
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: lightblue;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: lightblue;
display: block;}

