/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Real Estate Info', null, null,
		['General Information', 'realestate.html'],
		['License Requirements', 'license.html'],
		['Continuing Education', 'cereq.html']
	],
	['Training Courses', null, null,
            ['Course Information', 'courses.html'],
		['Internet Courses', null, null,
               ['Pre-License & SAE', null, null,
                 ['Total Internet Courses', 'prelicense.html'],
                        ],
               ['MCE Courses', null, null,
                  ['Course List','mcecoursesol.html'],
                  ['Registration','mceonline.html'],
               ],
               ['Student Feedback', 'feedback.html']
    		],
	],

	['FAQ\'s', 'actfaq.html'],
	['Contact Us', 'contact.html']
];

