	/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.

var MENU_ITEMS = [
	['HOME', 'index.html'],
	['ABOUT US', null,null,
		['History','history.html'],
		['Management','management.html'],
		['Locations','locations.html']
	],
	['CUSTOMERS', null, null,
		['General', 'general.html'],
		['Transportation Solutions', 'transolutions.html'],
		['Accessorials', 'accessorials.html'],
		['Insurance', 'insurance.html'],
		['Safety', 'safety.html']
	],
	['SERVICES', null, null,
		['3PL', 's3pl.html'],
		['Bulk', 'sbulk.html'],
		['Intermodal', 'sintermodal.html'],
		['Open Deck', 'sopendeck.html'],
		['Van', 'svan.html']
	],
	['LOGISTICS', null, null,
		['About Us', 'log_about.html'],
		['Carrier Profile', 'profile.html']
	],
	['OWNER OPS', null, null,
		['General', 'general_oop.html'],
		['Recruiting', 'recruiting_oop.html'],
		['Application', 'application_oop.html'],
		['Recent News', 'news_oop.html'],
		['Safety', 'oopsafety.html']
	],
	['CARRIERS', null, null,
		['About Us', 'carrier_about.html'],
		['Become Certified', 'certified.html'],
		['Load Availability', 'load.html'],
		['Payment Terms', 'terms.html']
	],
	['SAFETY', null, null,
		['Customers', 'safety.html'],
		['Owner Operators', 'oopsafety.html']
	],
	['CONTACT US', 'contact.html']
];
*/

var MENU_ITEMS = [
	['HOME', 'index.html'],
	['ABOUT US', null,null,
		['History','history.html'],
		['Management','management.html'],
		['Locations','locations.html'],
		['Equipment','equipment.html'],
		['Environmental Stewardship','images/environmental_statement.gif', {'tw':'environ','sb':'environ'}]
	],
	['CUSTOMERS', null, null,
		['General', 'general.html'],
		['Transportation Solutions', 'transolutions.html'],
		['Safety', 'safety.html']
	],
	['SERVICES', null, null,
		['3PL', 's3pl.html'],
		['Bulk', 'sbulk.html'],
		['Intermodal', 'sintermodal.html'],
		['Open Deck', 'sopendeck.html'],
		['Van', 'svan.html']
	],
	['LOGISTICS', null, null,
		['About Us', 'log_about.html'],
		['Carrier Profile', 'profile.html']
	],
	['OWNER OPS', null, null,
		['General', 'general_oop.html'],
		['Recruiting', 'recruiting_oop.html'],
		['Safety', 'oopsafety.html']
	],
	['CARRIERS', null, null,
		['About Us', 'carrier_about.html'],
		['Become Certified', 'certified.html'],
		['Load Availability', 'load.html'],
		['Payment Terms', 'terms.html']
	],
	['SAFETY', null, null,
		['Customers', 'safety.html'],
		['Owner Operators', 'oopsafety.html']
	],
	//['CAREERS', 'http://tbe.taleo.net/NA7/ats/careers/jobSearch.jsp?org=MULLEN&cws=1', {'tw':'employment','sb':'employment'}],
	['CAREERS', 'employment.html'],
	['CONTACT US', 'contact.html']
];
