table.menu	{	position: absolute;	border: 0px solid black;	cursor: pointer;	cursor: hand;	visibility: hidden;}#mainmenu	{	position: inherit;}table.menu td	{	color: #000000;            /* Must be the same as tdColor in the 1dynamicScript.js */	background-color: #C3C3C3; /* Must be the same as tdBgColor in the 1dynamicScript.js */	border: 0px;	padding: 0px 8px 2px;	font-family: Arial;	font-size: 80%;	font-weight:bolder;	white-space: nowrap;}