table.menu	{
	position: absolute;
	border: 0px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
	z-index: 25;
}
#mainmenu	{
	left: 200px;
	top: 50px;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #009933; /* 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;
}
