/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Brands', null, null,
		['Bisley', '/shop/node/bisley_catalog'],
		['Biz Collection', '/shop/node/biz_catalog'],
		['DNC', '/shop/node/dnc_catalog'],
		['Hard Yakka', '/shop/node/yakka_catalog'],
		['JBs Wear', '/shop/node/jbswear_catalog'],
		['KingGee', '/shop/node/kinggee_catalog']
	],
	['Products', null, null,
		['New Products', '/shop/catalog/new-products'],
		['Shirts', '/shop/catalog/shirts'],
		['Polos', '/shop/catalog/polos'],
		['Shorts', '/shop/catalog/shorts'],
		['Pants', '/shop/catalog/pants'],
		['Aprons', '/shop/catalog/aprons'],
		['Blouse', '/catalog/blouse'],
		['Coveralls', '/shop/catalog/coveralls'],
		['Denim', '/shop/catalog/denim'],
		['Fleece', '/shop/catalog/fleece'],
		['Jackets', '/shop/catalog/jackets'],
		['Reflective Hi-Vis', '/shop/catalog/reflective'],
		['Tees', '/shop/catalog/tees'],
		['Tracksuites', '/shop/catalog/tracksuites'],
		['Vests', '/shop/catalog/vests']
	],
	['Services', null, null,
		['About Us', '/shop/node/about_us'],
		['Embroidery', '/shop/embroidery-pays-itself/184.html'],
		['Digital Printing', ''],
		['Promotionals', '']
	],
	['Support', null, null,
		['How to Buy', ''],
		['Payment Options', ''],
		['Discounts', '/shop/got-discount/1484.html'],
		['Size Charts', '/shop/one-page-fits-all-size-charts/1400.html'],
		['Contact Us', '/shop/node/contact_us'],
		['Feedback', '/shop/contact-us/185.html'],
		['FAQ', '/shop/some-occassionally-asked-questions/1425.html'],
		['Returns Policy', '/shop/returns-policy/119.html']
	],
	['Login',null, null,
		['Login', '/shop/user'],
		['Join for FREE', '/shop/user/register'],
		['Reclaim Password', '/shop/user/password'],
		['Tell a Friend', '']
		
	],
	['Search', null, null,
		['Colour Search', '/shop/node/color_search'],
		['Custom Search', '/shop/search/google'] 
	]
];
