﻿/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'],
	['About Us', 'about.htm', null,
		['Contact Us', 'contact.htm']
	],
	['Our Services', 'services.htm', null,
		['Shopping Tours', 'tours.htm'],
		['Prices', 'prices.htm']],
	['Rome Shopping', null, null,
		['Fashion', 'fashion.htm'],
		['Vintage', 'vintage.htm'],
		['Outlets & Markets', 'outlet.htm'],
		['Jewellery', 'jewel.htm'],
		['Wedding Dresses', 'wedding.htm'],
		['Trends', 'http://www.ipersonalshoppers.com/dblog/articolo.asp?articolo=83', {'tw':'_blank'}],
		['Antiques', 'antiq.htm'],
		['Interior Design', 'interior.htm'],
		['Crafts', 'ceramic.htm'],
		['Religious Devotionals', 'relig.htm'],
		['Natural Beaty', 'natural.htm'],
		['Deli Food', 'food.htm']	],
	['Testimonials', 'press.htm'],
	['Press Coverage', 'press.htm'],
	['Rome Guide', 'romeguide.htm'],
	['Contact Us', 'contact.htm'],
	['Wedding in Italy', 'http://www.italywedding.it', {'tw':'_blank'}],
	['Our Partners', null, null,
	 	['Wedding in Italy', 'http://www.italywedding.it', {'tw':'_blank'}],
		['Venice Shopping', 'http://www.styleandshop.com', {'tw':'_blank'}]]
];
