table.menu	{
color: black;   
position: absolute;
border: 1px solid black;
cellpadding: 0px;
cellspacing:0px;
visibility: hidden;
background-color:white; 
}


table.menu td	{
	color: black;            /* Must be the same as tdColor in the menu_script.js */
	background-color:white; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0 px;
	padding: 0px 0px 0px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;

}
