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;}


td.menuNormal
{
	color: white;
	font-weight: bold;
	text-align: left;
	height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

td.menuHover
{
	color: white;
	font-weight: bold;
	background-color: #023B76;
	text-align: left;
	height: 19px;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;	
}

div.menuNormal
{
	display: none;
	position: static;
	vertical-align: middle;
	text-align: left;
}

div.menuHover
{
	border: 1px solid #000000;
	background-color: #DA251D;
	display: inline;
	position: absolute;
	vertical-align: middle;
	text-align: left;
}

a.menuitem:link
{
	text-decoration: none;
	color: white;
	background-color: #DA251D;
	display: block;
	height: 19px;
	text-align: left;
}

a.menuitem:visited
{
	text-decoration: none;
	color: white;
	background-color: #DA251D;
	display: block;
	height: 19px;
	text-align: left;
}

a.menuitem:hover
{
	text-decoration: none;
	color: white;
	background-color: #023B76;
	display: block;
	height: 19px;
	text-align: left;
}

a.menuitem:active
{
	text-decoration: none;
	color: white;
	background-color: #023B76;
	display: block;
	height: 19px;
	text-align: left;
}
