table.menu	{
	position: absolute;
	border: 0px solid white;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.menu td	{
	color: #black;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #559cdc; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 0px 8px 2px;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	white-space: nowrap;
}


table.dropdown	{
	position: absolute;
	border: 1px solid black;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: static;
}
table.dropdown td	{
	color: #black;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #e3e6e5; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	padding: 4px 8px 4px;
	font-family: Verdana;
	font-size: 7pt;
	font-weight: normal;
	white-space: nowrap;
}


