/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Property for Lease', null, null,
		['Office Space', null, {'sh':26},
			['Palmdale', 'http://www.dpcommercial.com/palmdale_office_space_for_lease.html', {'sh':26}],
			['Lancaster', 'http://www.dpcommercial.com/lancaster_office_space_for_lease.html']
		],
		['Industrial Space', null, null,
			['Palmdale', 'http://www.dpcommercial.com/palmdale_industrial_space_for_lease.html'],
			['Lancaster', 'http://www.dpcommercial.com/lancaster_industrial_space_for_lease.html']
		],
		['Retail Space', null, null,
			['Palmdale', 'http://www.dpcommercial.com/palmdale_retail_space_for_lease.html'],
			['Lancaster', 'http://www.dpcommercial.com/lancaster_retail_space_for_lease.html']
		]
	],
	['Property for Sale', null, null,
		['Office', null, null,
			['Palmdale', 'http://www.dpcommercial.com/palmdale_office_space_for_sale.html'],
			['Lancaster', 'http://www.dpcommercial.com/lancaster_office_space_for_sale.html']
		],
		['Industrial', null, null,
			['Palmdale', 'http://www.dpcommercial.com/palmdale_industrial_space_for_sale.html'],
			['Lancaster', 'http://www.dpcommercial.com/lancaster_industrial_space_for_sale.html']
		],
		['Retail', null, null,
			['Palmdale', 'http://www.dpcommercial.com/palmdale_retail_space_for_sale.html'],
			['Lancaster', 'http://www.dpcommercial.com/lancaster_retail_space_for_sale.html']
		]
	],
	['Land for Sale', 'http://www.dpcommercial.com/antelope_valley_land_for_sale.html', {'sw':120}],
	['About DP Commercial', 'http://www.dpcommercial.com/commercial_brokerage_southern_california.html', {'sw':165,'bw':163},
		['Property Management', 'http://www.dpcommercial.com/antelope_valley_property_management.html']
	],
	['Contact Us', 'contact.html', {'sw':120}]
];
