             .mnc Menu Object File Format:

<count>			(integer count of # of menus in file)
MENU 1			(MENU structure for 1st Menu)
	ITEM 1
	ITEM 2
	...
	ITEM n
MENU 2			(MENU structure for 2nd Menu)
	ITEM 1
	ITEM 2
	...
	ITEM n
  .
  .
  .
MENU <count>	(MENU structure for final Menu)
	ITEM 1
	ITEM 2
	..
	ITEM n

