table.menu	{
	position: absolute; 
	border: 2px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #0198b9; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 2px 9px 2px;
	font-family: Verdana;
	font-size: 9pt;
	white-space: nowrap;
}
