table.menu	{
	position: absolute;
	border: 2px;
	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: #993366; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 4px 10px 4px;
	font-family: Arial;
	font-size: 12pt;
	white-space: nowrap;
	text-align: left;
}
