table.menu	{
	position: absolute;
	border: 1px solid #FF7C2E;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{

	left: 180px;
	top: 300px;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #7091C0; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
 	padding: 0px 10px 2px;
	font-family: tahoma;
	font-size:9pt;
	white-space: nowrap;
}
