table.menu	{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	border: 1px solid #FFFFFF;
}
#mainmenu	{
	position: static;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #024402; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 10px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	white-space: nowrap;
}
