table.menu	{	position: absolute;	border: 0px solid #FFFFFF;	cursor: pointer;	visibility: hidden;}#mainmenu	{	position: absolute;}table.menu td	{	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */	background-color: #DF193F; /* Must be the same as tdBgColor in the menu_script.js */	border: 0px solid #DF193F;	padding: 2px 6px 2px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10pt;	white-space: nowrap;}