table.menu	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
	width: 40px;
}
#mainmenu	{
	position: static;
	MARGIN-TOP:40PX;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FFAA82; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: VERDANA, Arial;
	font-size: 8pt;
	white-space: nowrap;
}

A:link, A:visited { text-decoration: none }
A:hover { text-decoration: underline }
}
