table.menu	{
	position: absolute;
	border: 1px solid white;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
	
}
#mainmenu	{
	z-index: 100000;
	position: static;
}
table.menu td	{
	color: White;
	/* Must be the same as tdColor in the menu_script.js */
	background-color: #7886B6;
	/* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family:  Arial;
	font-size: 8pt;
	white-space: nowrap;
   
}
