/* CSS for menus only */
.MenuHead { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; background: #999999 fixed;}


td.menuNormal
{padding: 0px;
color: #000000;
font-weight: bold;
vertical-align: top;
background:#999999;} /* Change here */

td.menuHover
{padding: 0px;
color: #000000;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: #FFF0000;}

div.menuNormal
{display: none;}

div.menuHover
{border: 1px solid #cccc00;
background-color: #FFFFFF;
display: inline;
position: absolute;}


/* Drop-down menu normal and expanded class styles */

a.menuitem:link
{text-decoration: none;
color: #000000;
background-color: #999999;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: #000000;
background-color: #0000cc;
display: block;}

a.menuitem:hover
{text-decoration: underline overline;
color: #000000;
background-color: #ff0000;
display: block;}

a.menuitem:active
{text-decoration: none;
color: #000000;
background-color: #999999;
display: block;}

a.MenuHead:link
{text-decoration: none;
color: #000000;
background: 999999;
display: block;
}

#NavBar {width: 1044px;}

