/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Profile', '/index.html', {'tw':'_self','sb':'Thomas E. Ciminelli Architect, P.C.'}],
	['Approach', 'approach.html', {'tw':'_self','sb':'Credentials and Accomplishments'}], 
	['Services', '', {'tw':'_self','sb':'Service Offerings'},
		['Planning', '/planning.html', {'sb':'_self','tt':'Planning'}],
		['Design', '/design.html', {'sb':'_self','tt':'Design'}],
		['Management', '/management.html', {'sb':'_self','tt':'Management'}],
],
	['Contact Us', '/contactus.html', {'sb':'_self','tt':'Contact us'}],
];
