/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sb':'Atlantic Civil Products'}],
	['About Us', 'About.html', {'sb':'About Atlantic Civil Products'}],
	['Products', 'Products.html', {'sb':'Our Products'},
		['All Products', 'Products.html', {'sb':'Our Products'}],
		['Hel-Cor Pipe', 'Helcor.html', {'sb':'Hel-Cor Corrugated Metal Pipe - Galvanized, Aluminium, Trenchcoat'}],
		['Super-Cor', 'SuperCor.html', {'sb':'Super-Cor Arches and Box Culverts'}],
		['Multi-Plate', 'MultiPlate.html', {'sb':'Multi-Plate Arches, Pipes, Ellipses and Pipe-Arches'}],
		['MSE Retaining Walls', 'MSEWall.html', {'sb':'Welded Wire and Precast Face Retaining Walls'}],
		['Buffatank', 'Buffatank.html', {'sb':'Buffatank Underground Stormwater Detention and Retention'}]
	],
	['Applications', 'Applications.html', {'sb':'Product Applications'},
		['All Applications', 'Applications.html', {'sb':'Product Applications'}],
		['Highway', 'Highway.html', {'sb':'Highway Applications'}],
		['Railway', 'Railway.html', {'sb':'Railway Applications'}],
		['Mining', 'Mining.html', {'sb':'Resource Mining and Aggregate Plant Applications'}],
		['Forestry', 'Forestry.html', {'sb':'Forestry Applications'}]
	],
        ['Projects', 'Projects.html', {'sb':'Projects'}],
        ['Download', 'Download.html', {'sb':'Download'}],
	['Contact', 'Contact.html', {'sb':'How To Contact Atlantic Civil Products'}]
];
