/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html', {'sw':99},
		['About Dalton', 'index.html'],
		['The People', 'ab_people.html'],
		['Mission', 'ab_mission.html'],
		['Press', 'ab_press.html']
	],
	['SERVICES', 'sv_electrical.html', {'sw':126,'bl':13},
		['Electrical', 'sv_electrical.html'],
		['Plumbing', 'sv_plumbing.html'],
		['Heating & Cooling', 'sv_hvac.html']
	],
	['ESTIMATES', 'es_quote.html', {'sw':126,'bl':13},
		['Request Quote', 'es_quote.html'],
		['Request Appointment', 'es_appt.html']
	],
	['LINKS', 'lk_assn.html', {'sw':102,'bl':1},
		['Trade/Business Associations', 'lk_assn.html'],
		['Equipment Manufacturers', 'lk_equip.html']
	],
	['CONTACT', 'ct_contact.html', {'sw':114,'bl':7},
		['Reach Us', 'ct_contact.html'],
		['Directions', 'ct_direx.html'],
		['Employment', 'ct_jobs.html']
	]
];

