

table.navbar
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;

}

table.menu
{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	border: 1;
	border-color: #ffffff;

}

td.menuNormal
{padding: 0px;
color: #333333;
font-weight: bold;
vertical-align: top;
}

td.menuHover
{padding: 0px;
color: #333333;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{

display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: #952020;
background-color: #f0eee5;

display: block;}

a.menuitem:visited
{text-decoration: none;
color: #952020;
background-color: #f0eee5;

display: block;}

a.menuitem:hover
{text-decoration: none;
color: #333333;
display: block;}
background-color: #f0eee5;

a.menuitem:active
{text-decoration: none;
color: #333333;
background-color: #f0eee5;
display: block;}

