table.menu	{
	position: absolute;
	border: 1px solid white;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left: 270px;
	top: 109px;
}

table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #006BFF; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 5px 3px;
	font-family: Verdana;
	font-size: 7pt;
	FONT-WEIGHT: bold;
	white-space: nowrap;
}
