table.menu	{
	position: absolute;
	border: 0px solid black;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left: 30px;
	top: 88px;
}
table.menu td	{
	color: #000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FFCB6B; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding:2px 10px 0px;
	font-family: "MS Sans Serif";
	font-size: 9px;
	font-weight: normal;
	white-space: nowrap;
}
