/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'http://www.anzpac.com.au/index.html', null,
		['Who are we', 'http://www.anzpac.com.au/about_us/who.html'],
		['Philosophy', 'http://www.anzpac.com.au/about_us/philosophy.html'],
		['Foundations', 'http://www.anzpac.com.au/about_us/foundation.html'],
		['News', 'http://www.anzpac.com.au/about_us/news.html'],
		['Case Studies', 'http://www.anzpac.com.au/about_us/case_studies.html']
	],
	['Products', 'http://www.anzpac.com.au/products.html'],
	['Innovation', 'http://www.anzpac.com.au/innovation.html', null,
		['Technology', 'http://www.anzpac.com.au/innovation/technology.html'],
		['Production', 'http://www.anzpac.com.au/innovation/production.html'],
		['Supply Chain', 'http://www.anzpac.com.au/innovation/supply_chain.html'],
		['Security', 'http://www.anzpac.com.au/innovation/security.html']
	],
	['Service', 'http://www.anzpac.com.au/service.html', null,
		['Quality', 'http://www.anzpac.com.au/service/quality.html'],
		['People', 'http://www.anzpac.com.au/service/people.html'],
		['Environment', 'http://www.anzpac.com.au/service/environment.html']
	],
	['Contact', 'http://www.anzpac.com.au/contact.html'],
];

