table.menu	{	position: absolute;	border: 1px solid black;	cursor: hand;	visibility: hidden;}#mainmenu	{	left: 145px;	top: 48px;	right: 0px;}table.menu td	{	color: #000000;            /* Must be the same as tdColor in the menu_script.js */	background-color: #00B76D; /* Must be the same as tdBgColor in the menu_script.js */	border: 1px solid black;	padding: 4px 2px 5px;	font-family: Arial;	font-size: 8pt;	text-align: center;	white-space: nowrap;   width: 100px       }