table.menu	{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	font-weight: bold;
}
#mainmenu	{
	position: relative;
       top: 0px;
	left: 105px;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #FF8F26; /* Must be the same as tdBgColor in the menu_script.js */
	padding: 2px 2px 2px 8px;
	white-space: nowrap;
	width: 95px;
}
