/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'sw':165}],
	['Consignment', 'consignment.html', {'sw':142},
		['What Is It?', 'consignment.html'],
		['How to Consign', 'howto.html'],
		['How We Price', 'pricing.html'],
		['How You Are Paid', 'payment.html']
	],
	['Locations', 'stores.html', {'sw':142}],
	['Shop Online', null, {'sw':142},
		['Closet Exchange Online', 'http://www.closetexchange.com/shop_online.html'],
		['eBay Store', 'http://stores.ebay.com/The-Closet-Exchange', {'tw':'_blank'}]
	],
	['Great Deals', 'great_deals.html', {'sw':142},
		['Jeans', 'jeans.html'],
		['Shapewear', 'shapewear.html']
	],
	['Daily Blog', 'http://www.closetexchange.com/blog.html', {'sw':142}],
	['Videos', 'videos.html', {'sw':142}]
];
