table.menu	{

	position: absolute;

	border: 0px solid black;

	cursor: pointer;

	visibility: hidden;

}

#mainmenu	{

	position: static;

}

table.menu td	{

	color: black;            /* TEXT COLOUR: Must be the same as tdColor in the menu_script.js */

	background-color:red ; /* Must be the same as tdBgColor in the menu_script.js */

	border: 4px;

	padding: 5px 15px 5px;

	font-family: Verdana;

	font-size: 10pt;

	font-weight: bold;

	white-space: nowrap;

}




