BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 8pt;
margin: 0px;
margin-left: 1px;
margin-right: 1px;
padding: 0px;}

P
{padding-top: 8px;
margin: 0px;}

H1
{font-size: 8pt;
font-weight: bold;
padding-top: 1px;
margin: 0;}

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;
	text-decoration: none;
}

td.menuNormal
{padding: 0px;
color: #90000;
font-weight: bold;
background-image: url("../images/buttoncherry.gif");
background-repeat: repeat-x;
vertical-align: top;
background-color: white;}

td.menuHover
{padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: #90000;}

div.menuNormal
{
	display: none;
	position: static;
	text-decoration: none;
	color: #FFFFFF;
}

div.menuHover
{border: 1px solid #990000;
background-color: white;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: black;
background-color: #FFFFFF;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: black;
background-color: white;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: #99999;
background-color: #90000;
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: #90000;
display: block;}



