var MENU_ITEMS = [
	['Home', 'http://www.finityit.com'
	],

	['Services', null, null,
		['Service Management', 'http://www.finityit.com/services/servicemanagement.html'],
		['Enterprise Architecture', 'http://www.finityit.com/services/enterprisearchitecture.html'],
		['Solutions Architecture', 'http://www.finityit.com/services/solutionsarchitecture.html'],
	],
	['Solutions', null, null,
		['Service Management', 'http://www.finityit.com/solutions/servicemanagement.html'],
	],
	['Company', null, null,
		['About Us', 'http://www.finityit.com/company/aboutus.html'],
		['Careers', 'http://www.finityit.com/company/careers.html'],
		['Partners', 'http://www.finityit.com/company/partners.html'],
		['News', 'http://www.finityit.com/company/news.html'],
	],
	['Contact', 'http://www.finityit.com/company/contact.html']
];

