/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.php', {'sw':38}],
	['|', null, {'sw':2}],
	['About Us', '/about/about.php', {'sw':60}],
	['|', null, {'sw':2}],
	['Products/Services', '/services/products-services.php', {'sw':102}],
	['|', null, {'sw':2}],
	['Helpful Tools', '/tools/helpful-tools.php', {'sw':78}],
	['|', null, {'sw':2}],
	['Newsletters', '/newsletters/newsletters.php', {'sw':70}],
	['|', null, {'sw':2}],
	['Clients', '/clients/clients.php', {'sw':44}],
	['|', null, {'sw':2}],
	['Contact Us', '/contact/contact.php', {'sw':72}]
];
