table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
    left:   0px;
	top:    214px;
	border:   0px;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #e3e5e7; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 4px 1px 4px;
	font-family: Arial;
	font-size: 9pt;
	font-style: oblique;
	font-weight: bolder;
	white-space: nowrap;
}
