/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index-1.html', null,
		['Biography', 'home_biography.html', null],
		['Affiliations', 'home_affiliations.html', null]
	],
	['Services', 'services.html', null,
		['Wills', 'wills.html',null,
			['Generally','wills_generally.html'],	
			['Definitions','wills_definitions.html'],
			['Purpose','wills_purpose.html'],
			['Wills & YOU','wills_you.html']
		],
		['Powers of Attorney', 'poa.html',null,
			['Definition','poa_definitions.html'],	
			['Purpose','poa_purpose.html'],
			['Types','poa_types.html'],
			['P.O.A. & YOU','poa_you.html']
		],
		['Living Wills', 'livingWills.html',null,
			['Definition','livingWills_definitions.html'],	
			['Purpose','livingWills_purpose.html'],
			['Living Wills & YOU','livingWills_you.html']
		],
		['Trusts', 'trusts.html',null,
			['Definition','trusts_definitions.html'],	
			['Purpose','trusts_purpose.html'],
			['Types','trusts_types.html'],
			['Creation/Procedure','trusts_creation_procedure.html'],
			['Trusts & YOU','trusts_you.html']
		],
		['Probate','probate.html',null,
			['Definition','probate_definitions.html'],	
			['Purpose','probate_purpose.html'],
			['Court Involvement','probate_court.html'],
			['Probate & YOU','probate_you.html']
		],
		['Guardianship', 'guardianship.html',null,
			['Definition','guardianship_definitions.html'],	
			['Purpose','guardianship_purpose.html'],
			['Types','guardianship_types.html'],
			['Court Involvement','guardianship_court.html'],
			['Gaurdianships','guardianship_you.html']
		],
		['Real Estate', 'realEstate.html',null,
			['Definition','realEstate_definitions.html'],	
			['Purpose','realEstate_purpose.html'],
			['Types','realEstate_types.html'],
			['Real Estate Law','realEstate_you.html']	
		],
		['L.L.C.', 'LLC.html',null,
			['Definition','LLC_definitions.html'],	
			['Purpose','LLC_purpose.html'],
			['Types','LLC_types.html'],
			['LLCs & YOU','LLC_you.html']
		],
		['Dissolutions', 'dissolutions.html',null,
			['Definition','dissolutions_definitions.html'],	
			['Restrictions','dissolutions_restrictions.html'],
			['Procedure','dissolutions_procedure.html'],
			['Dissolutions & YOU','dissolutions_you.html']
		]
	],
	['Q & A', 'questions_answers.html',null],
	['Current Events', 'events.html',null,
		['Tucson','events_tucson.html'],
		['Green Valley','events_greenValley.html']
	],
	['Forms', 'forms.html',null,
		['Client Profile','forms_client_intake.html']
	],
	['Contact Us', 'contact.html',null,
		['Tucson','contact_tucson.html',null],	
		['Green Valley','contact_greenValley.html',null]
	]
];




