table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
		z-index: 1;
}
table.menuSmall	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
		z-index: 1;
}
#mainmenu	{
	left: 30px;
	top: 105px;
	z-index: 1;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #E6E6E6; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 5px 8px 5px;
	font-family: Arial;
	font-size: 10pt;
	white-space: nowrap;
}
table.menuSmall td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #E6E6E6; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 5px 8px 5px;
	font-family: Arial;
	font-size: 8pt;
	white-space: nowrap;
}
