table.menu	{
	position: absolute;
	
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #003000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #dcdbdb; /* Must be the same as tdBgColor in the menu_script.js */
	
	border-right:black 1px solid;
	padding: 1px 20px 1px;
	font-family: Arial;
	font-size: 12pt;
	
	white-space: nowrap;
}

table.menu2	{
	position: absolute;
	
	cursor: pointer;
	visibility: hidden;
}
table.menu2 td	{
	color: #003000;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #dcdbdb; /* Must be the same as tdBgColor in the menu_script.js */
	
	border-bottom:black 1px solid;
	padding: 1px 20px 1px;
	font-family: Arial;
	font-size: 12pt;
	
	white-space: nowrap;
}