table.menu	{
	position: absolute;
	border: 1px solid gray;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #ffffff; /* Must be the same as tdBgColor in the menu_script.js */
	border: 1px;
	padding: 2px 6px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
}

