table.menu	{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	border-collapse:collapse;
	
}
#mainmenu	{
	position: static;
	
}
table.menu td	{
	/*color: #E9EBED;*/            /* Must be the same as tdColor in the menu_script.js */
	/*background-color: #95B1DA; *//* Must be the same as tdBgColor in the menu_script.js */
	
	/*padding: 0px 8px 2px;

	font-family: Arial;
	font-size: 10px;   */
	
	white-space: nowrap;
}

table.submenu	{
	position: absolute;
	cursor: pointer;
	visibility: hidden;
	border-collapse:collapse;
	
}
table.submenu td	{
	/*color: #E9EBED;*/            /* Must be the same as tdColor in the menu_script.js */
	/*background-color: #95B1DA; *//* Must be the same as tdBgColor in the menu_script.js */
	
	/*padding: 0px 8px 2px;

	font-family: Arial;
	font-size: 10px;   */
	
	white-space: nowrap;
}
