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