/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', "/index.html",
	],
	['Courses', "/index.html", null,
		['&nbsp;Computers', "/modules/computer_courses.html", {'sh':24}],
		['&nbsp;Business & Work Skills', "/modules/business_courses.html", {'sh':24}],
		['&nbsp;English, Literacy & Numeracy', "/modules/literacy_courses.html", {'sh':24}],
		['&nbsp;Leisure & General Interest', "/modules/leisure_courses.html", {'sh':24}],
	],
	['Enrolment', "/enrolment/index.html", null,
		['&nbsp;Enrol Online', "/enrolment/index.html", {'sh':24}],
		['&nbsp;Alternative Ways to Enrol', "/enrolment/alternative_enrolment.html", {'sh':24}],
		['&nbsp;Student Information', "/enrolment/student_information.html", {'sh':24}],
		['&nbsp;Term Dates', "/enrolment/term_dates.html", {'sh':24}],
	],
	['What&#39;s New', "/modules/new.html"
	],
	['About Us', "/about_us/index.html", null,
		['&nbsp;The College', "/about_us/index.html", {'sh':24}],
		['&nbsp;Funding', "/about_us/funding.html", {'sh':24}],
		['&nbsp;Contact Us', "/about_us/contact_us.html", {'sh':24}],
		['&nbsp;Course Suggestions', "/about_us/course_suggestions.html", {'sh':24}],
		['&nbsp;Links', "/links/index.html", {'sh':24}],
	],
	['Locations', "/locations/index.html", null,
		['&nbsp;Campbelltown Performing &nbsp;Arts High School', "/locations/campbelltown.html", {'sh':48}],
		['&nbsp;Cartwright Public School', "/locations/cartwright.html", {'sh':24}],
		['&nbsp;Elderslie High School', "/locations/elderslie.html", {'sh':24}],
		['&nbsp;Fairfield High School', "/locations/fairfield.html", {'sh':24}],
		['&nbsp;Ingleburn High School', "/locations/ingleburn.html", {'sh':24}],
		['&nbsp;Liverpool Girls High School', "/locations/liverpool.html", {'sh':24}],
		['&nbsp;Picton High School', "/locations/picton.html", {'sh':24}],
		['&nbsp;St Johns Park High School', "/locations/stjohns.html", {'sh':24}],
	],
	['Tutors', "/tutors/index.html", null,
		['&nbsp;Tutor log-in', "/tutors/login.html", {'sh':24}],
	//	['&nbsp;Admin log-in', "/admin/login.html", {'sh':24}],
		['&nbsp;Course Suggestions', "/tutors/index.html", {'sh':24}],
		['&nbsp;Tutors Wanted', "/tutors/tutors_wanted.html", {'sh':24}]
	],
	['Contact Us', "/about_us/contact_us.html"
	]
];
