table.menu	{
	position: absolute;
	top: 150;
	border: 1px #990000;
	cursor: pointer;
	visibility: hidden;
	z-index: 3;

}

#mainmenu	{
	position: relative;
}
table.menu td	{
	color: white;            /* Must be the same as tdColor in the menu_script.js */
	background-color: black; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
	line-height:15pt;
	text-align: left;
}