table.menu	{
	position: absolute;
	border: 1px solid #A7A8AC;
	cursor: pointer;
	visibility: hidden;
}
#mainmenu	{
	position: relative;
}
table.menu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #B7B8BC; /* Must be the same as tdBgColor in the menu_script.js */
	border-bottom: 1px solid #A7A8AC;
	/* fent jobb lent bal */
	padding: 4px 10px 4px 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
table.fomenu	{
	position: absolute;
	cursor: pointer;
	border: 1px solid #B7B8BC;
	visibility: hidden;
}
table.fomenu td	{
	color: #FFFFFF;            /* Must be the same as tdColor in the menu_script.js */
	background-color: #B7B8BC; /* Must be the same as tdBgColor in the menu_script.js */
	border: 0px;
	/* fent jobb lent bal */
	padding: 8px 10px 8px 10px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

