/*
  --- menu items --- 

*/


var MENU_ITEMS = [
	['&nbsp;About FAS', null, null,
		['&nbsp;&nbsp;FAS Overview', 'fas_overview.php',], 
		['&nbsp;&nbsp;FAS Mission', 'mission.php'],
		['+ Senior Management Team', null, null,
		 	['&nbsp;&nbsp;Al Gillis, President', 'management_team.php'],
			['&nbsp;&nbsp;Sandi O’Connell, Vice President', 'management_team.php#sandi'],
			['&nbsp;&nbsp;Ron Berton, Vice President', 'management_team.php#ron'],
			],
		['+ FAS Affiliates', '', null,
		 	['&nbsp;&nbsp;CPA’s', 'affiliates_cpa.php'],
			['&nbsp;&nbsp;Accreditation Consultants', 'affiliates_accreditation.php'],
			['&nbsp;&nbsp;Default Management Companies', 'affiliates_default_mgmt.php'],
			],
		['&nbsp;&nbsp;Testimonials', 'testimonials.php'],
		],
	['&nbsp;Services', null, null,
		['+ Consulting Services', '', null,
		 	['&nbsp;&nbsp;Regulation Compliance', 'regulation_compliance.php'],
			['&nbsp;&nbsp;Policies and Procedures Maintenance', 'policies_procedures.php'],
			['&nbsp;&nbsp;Certification Eligibility Assistance', 'certification.php'],
			['&nbsp;&nbsp;Accreditation Assistance', 'accreditation_assistance.php'],
			['&nbsp;&nbsp;Publications', 'consulting_publication.php'],
			['&nbsp;&nbsp;Training', 'consulting_training.php'],
			['&nbsp;&nbsp;On Site Auditing Assistance', 'consulting_onsite_audit.php']
			], 
		['+ Processing Services', '', {'width':200},
		 	['&nbsp;&nbsp;Pell and Campus Based', 'pell_campus.php'],
			['&nbsp;&nbsp;FFEL Student Loan Certification', 'FFEL.php'],
			['&nbsp;&nbsp;Direct Loans', 'direct_loan_processing.php'],
			['&nbsp;&nbsp;NSLDS', 'nslds.php'],
			['&nbsp;&nbsp;Program Budget Maintenance', 'program_budget_maint.php'],
			['&nbsp;&nbsp;Verifications', 'verifications.php'],
			['&nbsp;&nbsp;Return to Title IV Calculations', 'title_iv_calc.php'],
			['&nbsp;&nbsp;Reconciliation and Closeout Reporting', 'reconciliation.php'],
			['&nbsp;&nbsp;Audit Reports', 'audit_reports.php'],
			['&nbsp;&nbsp;Certified Reimbursement Agent', 'certified_reimbursement_agent.php'],
			['&nbsp;&nbsp;FISAP Preparation & Transmittal', 'FISAP.php']
			],
		['&nbsp;&nbsp;Compare Servicers', 'compare_servicers.php'],
		['+ Publications', '', null,
		 	['&nbsp;&nbsp;FASTimes', 'publications_FASTimes.php'],
			['&nbsp;&nbsp;FAS FOCUS', 'publications_FAS_focus.php'],
			['&nbsp;&nbsp;What’s New', 'publications_whats_new.php'],
			], 
			],
	['&nbsp;Software',null, null,
		['&nbsp;&nbsp;Genesis School Management Software', 'genesis/index.php'], 
		['&nbsp;&nbsp;FASLINE Financial Aid Delivery Online', 'fasline_packaging.php'],
		['&nbsp;&nbsp;FIDO FAS’ Internal Data Organizer', 'FIDO.php'],
			],
	['&nbsp;Training & Events',null, null,
		['&nbsp;&nbsp;Basic Training FREE', 'basic_training.php',], 
		['&nbsp;&nbsp;Advanced Training FREE', 'advanced_training.php'],
		['&nbsp;&nbsp;Training at Client Location', 'on_location_training.php'],
		['&nbsp;&nbsp;Tele-Training', 'tele_training.php',], 
		['&nbsp;&nbsp;Annual FAS Seminar', 'annual_fas_seminar.php'],
		['&nbsp;&nbsp;Exhibiting Calendar', 'exhibiting_calendar.php'],
		['&nbsp;&nbsp;NH/NE Lodging and Attractions', 'lodging_and_attractions.php'], 
		['&nbsp;&nbsp;Directions and Transportation', 'training_directions.php'],
			],
	['&nbsp;What’s New  ', null, null,
		['&nbsp;&nbsp;Current News', 'news_current.php',], 
		['&nbsp;&nbsp;Archived News', 'news_archived.php'],
		['&nbsp;&nbsp;Useful Links', 'useful_links.php'],
			],
	['&nbsp;Contact Us ', null, null,
	 	['&nbsp;&nbsp;Contact Information', 'contact_us.php'],
		['&nbsp;&nbsp;Request Information', 'request_info.php'],
		['&nbsp;&nbsp;Directions', 'directions.php']
	 		],
];