table.menu	{
	position: absolute;
	border: 0px;
	cursor: pointer;	
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color:#000000;            /* Must be the same as tdColor in the menu_script.js */
	background-color:#EFEFEF; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family:"Century Gothic", Arial;
	font-size: 11pt;
	white-space: nowrap;
}

table.menu2	{
	position: absolute;
	border: 0px;	
	cursor: pointer;	
	visibility: hidden;
}

table.menu2 td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color:#545A4E; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;	
	font-family:"Century Gothic", Arial;
	font-size: 12pt;
	white-space: nowrap;
}

