table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #336633; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 5px 10px 5px;
	font-family: Arial;
	font-size: 10pt;
	white-space: nowrap;
}

