/* Tigra Menu items structure */
var MENU_ITEMS = [
	['About Us', 'firm.html', {'tw':'float'}],
	['Practice Areas', null, null,
		['Business Litigation', 'litigation.htm', {'tw':'float'}],
		['Complex Litigation', 'litigation.htm', {'tw':'float'}],
		['Business Transactions ', 'transactional.htm', {'tw':'float'}],
		['Administrative Law', 'transactional.htm', {'tw':'float'}],
		['Real Estate Law', 'real_property.htm', {'tw':'float'}],
		['Environmental Law', 'real_property.htm', {'tw':'float'}],
		['Agricultural Law', 'agricultural.htm', {'tw':'float'}],
		['Securities Law', 'securities.htm', {'tw':'float'}],
		['Intellectual Property ', 'intellectual_property.htm', {'tw':'float'}],
		['Plaintiff\'s Personal Injury', 'personal_injury.htm', {'tw':'float'}],
		['Insurance Defense', 'personal_injury.htm', {'tw':'float'}],
		['Employment & Labor Law', 'employment.htm', {'tw':'float'}],
		['HealthCare', 'healthcare.htm', {'tw':'float'}],
		['Estate Planning & Probate', 'healthcare.htm', {'tw':'float'}]
	],
	['Our Attorneys', null, null,
		['Duane L. Nelson', 'dnelson.htm', {'tw':'float'}],
		['Roger M. Schrimp', 'rschrimp.htm', {'tw':'float'}],
		['Steven G. Pallios', 'spallios.htm', {'tw':'float'}],
		['Matthew O. Pacher', 'mpacher.htm', {'tw':'float'}],
		['Fred A. Silva', 'fsilva.htm', {'tw':'float'}],
		['Kathy L. Monday', 'kmonday.htm', {'tw':'float'}],
		['Robert V. Garcia', 'rgarcia.htm', {'tw':'float'}],
		['George P. Rodarakis', 'grodarakis.htm', {'tw':'float'}],
		['Kirin K. Virk', 'kvirk.htm', {'tw':'float'}],
		['Darrell F. Champion', 'dchampion.htm', {'tw':'float'}],
		['David B. Walker', 'dwalker.htm', {'tw':'float'}],
		['Maria Fatima Gioletti', 'fgioletti.htm', {'tw':'float'}],
		['Sally K. Chenault', 'schenault.htm', {'tw':'float'}],
		['Eric J. Sousa', 'esousa.htm', {'tw':'float'}],
		['Branden P. Mello', 'bmello.htm', {'tw':'float'}],
		['James A. Oliveira', 'joliveira.htm', {'tw':'float'}],
		['Sunny S. Sarkis', 'ssarkis.htm', {'tw':'float'}],
	],
	['Our Clients', 'clients.htm', {'tw':'float'}],
	['Our Location', 'location.htm', {'tw':'float'}],
	['Career Opportunities', 'career.htm', {'tw':'float'}],
	['Contact Us', 'contact.htm', {'tw':'float'}]
];

