/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home Page', 'http://healthygears.com/index.cfm'],
	['About Us', 'about_us.cfm'],
	['Our Approach >', null, null,
		['Our Approach', 'http://healthygears.com/index.cfm'],
		['Participants', 'http://healthygears.com/index.cfm#Participants'],
		['Realistic Goals', 'http://healthygears.com/index.cfm#Goals'],
	],
	['Employers &gt;', null, null,
		['Employers', 'http://healthygears.com/employers.cfm'],
		['Corporate Wellness', 'http://healthygears.com/employers.cfm#Wellness'],
		['Contact Us', 'mailto:info@healthygears.com'],
	],
	['Program Overview &gt;', null, null,
		['Overview', 'http://healthygears.com/program_overview.cfm'],
		['Testimonials', 'http://healthygears.com/testimonials.cfm'],
	],
	['Member Sign Up', 'http://healthygears.com/user_signup/index.cfm'],
	['Member Log In', 'http://healthygears.com/user_login/index.cfm'],
	['Calendar of Events', 'http://healthygears.com/events.cfm'],
	['BMI Calculator', 'http://healthygears.com/calc_bmi.cfm'],
	['Metabolic Rate', 'http://healthygears.com/nutrition.cfm'],
	['Nutrition &gt;', null, null,

		['Nutrition Overview', 'http://healthygears.com/nutrition_section.cfm?page_id=32701959'],
		['Avoid Weight Gain', 'http://healthygears.com/nutrition_section.cfm?page_id=68148859'],
		['Sugar is sweet but not for health', 'http://healthygears.com/nutrition_section.cfm?page_id=26881096'],
		['100 calories per day makes a difference ! ', 'http://healthygears.com/nutrition_section.cfm?page_id=75689568'],
		['Meal And Party Tips', 'http://healthygears.com/nutrition_section.cfm?page_id=64456961'],
		['Metabolic Rate', 'http://healthygears.com/nutrition.cfm'],
		['5 a Day Fruits', 'http://healthygears.com/nutrition_section.cfm?page_id=89985217'],
	],
	['Bicycle Safety', 'http://healthygears.com/bicycle_safety.cfm'],
	['Special Events', 'http://healthygears.com/special_events.cfm'],
	['Trails and Rides', 'http://healthygears.com/trails_rides.cfm'],
	['Jersey Sponsors', 'http://healthygears.com/jerseysponsors.cfm'],
	['Logo Wear', 'http://cafepress.com/healthygears', {'tw':'_blank'}],
	['Useful Links', 'http://healthygears.com/useful_links.cfm'],
	['Contact Us', 'mailto:info@healthygears.com'],
];
