table.menu	{
	position: absolute;
	border: ;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;

}
#mainmenu	{
	left: 150px;
	top: 1px;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #009900; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 2px 18px 2px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
}
