table.menu	{
	position: absolute;
	border: 0px solid White;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left: 200px;
	top: 119px;
}
table.menu td	{
	color: #FFFFFF; /* Must be the same as tdColor in the menu_script.js */
	background-color: #F0771F; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px none;
	padding: 2px 20px 3px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	white-space: nowrap;
}
