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
{
	padding: 0px;
	color: #CC0000;
	font-weight: bold;
	vertical-align: top;
	background-color: white;
}

td.menuHover
{
	padding: 0px;
	color: #CC0000;
	font-weight: bold;
	vertical-align: top;
	background-color: yellow;
}

div.menuNormal
{
	display: none;
	position: static;
}

div.menuHover
{
	border: 1px solid yellow;
	background-color: white;
	display: inline;
	position: absolute;
}

a.menuitem:link
{
	text-decoration: none;
	color: #CC0000;
	background-color: white;
}

a.menuitem:visited
{
	text-decoration: none;
	color: #CC0000;
	background-color: white;
}

a.menuitem:hover
{
	text-decoration: none;
	color: #CC0000;
	background-color: yellow;
}

a.menuitem:active
{
	text-decoration: none;
	color: #CC0000;
	background-color: yellow;
}

