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