table.menu	{
	position: absolute;
	border: 1px solid gray;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left: 152px;
	top: 199px;
}
table.menu td	{
	color: #555555;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FFFFFF; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 15px 2px;
	font-family: Monotype Corsiva;
	font-size: 16pt;
	white-space: nowrap;
}
