table.menu	{
	position: absolute;
	border: 0px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #ffffff;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #000000; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px solid black;
	padding: 5px 15px 5px;
	Font-Family: "arial", "Helvetica", "Sans-Serif";
	font-size: 11pt;
	white-space: nowrap;
}
