table.menu	{	position: absolute;	border: 1px solid black;	cursor: hand;	visibility: hidden;}#mainmenu	{	left: 167px;	top: 49px;	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 1px 5px;	font-family: MS Sans Serif;	font-size: 7pt;	text-align: center;	white-space: nowrap;	width: 98px;}