var MENU_ITEMS =	[
						['Department Info',
							'/GeneralInfo',
							null,
							['Mission', 'http://cs.fit.edu/GeneralInfo/mission/'],
							['Events', 'http://cs.fit.edu/cal'],
							['Forums', 'https://lists.fit.edu/sympa/lists/colleges/eng'],
							['Seminars', 'http://cs.fit.edu/GeneralInfo/seminars/'],
							['Employment', 'http://cs.fit.edu/GeneralInfo/employ/employ']
						],
						['Academics',
							'/Academics', 
							null,
							['Course Catalog', 'http://www.fit.edu/catalog/'],
							['Class URLs', 'http://cs.fit.edu/Classes'],
							['Class BookList', 'http://cs.fit.edu/Academics/booklist'],
							['CS Moodle', 'http://cs.fit.edu/Academics/moodle']
							
						],
						['Admissions',
							'/Admissions',
							null,
              ['Undergraduate', 'http://www.fit.edu/ugrad'],
              ['Graduate', 'http://www.fit.edu/admission/graduate/'],
							['Financial Aid', 'http://www.fit.edu/ugrad/financial_aid/finaid.htm'],
							['Scholarships', 'http://cs.fit.edu/Admissions/Scholarships']
						],
						['People',
							'/People',
							null,
							['Faculty', 'http://cs.fit.edu/People/faculty/'],
							['Staff', 'http://cs.fit.edu/People/staff/']
						],
						['IT & Infrastructure',
							'/Facilities',
							null,
							['MSDN Software', 'https://cs.fit.edu/msdn/'],
							['Tech Support', 'http://www.it.fit.edu/support'],
							['Submit Server', 'http://submit.cs.fit.edu:8080/submit/interface.jsp']
						],
						['Research',
							'/Research',
							null,
							['Security Science', 'http://www.se.fit.edu/'],
							['CSTER', 'http://testingeducation.org/'],
							['CCI', 'http://www.cs.fit.edu/Research/cci'],
							['Software Evolution Lab', 'http://sel.cs.fit.edu']
						]
					];
