table.menu	{
	position: absolute;
	border: 2px solid #9B9898;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
#mainmenu	{
	left: 160px;
	top: 116px;

}
table.menu td	{
	color: #085090;            /* Must be the same as tdColor in the menu_script.js */
	 /* Must be the same as tdBgColor in the menu_script.js */
	filter: alpha(opacity=80);
	border: 0px;
	background-color: #B4E2F9; /* Must be the same as tdBgColor in the menu_script.js */
	padding: 0px 10px 3px;
	font-family: Tahoma;
	font-size: 8pt;
	white-space: nowrap;
}
