/* --- menu items --- */
var MENU_ITEMS = [
	['Homepage', 'index.html',
	],
	['About Us', 'about-us.html',
	],
	['Our Services', null,
		['Exclusive Bar', 'bar.html',
		],
		['The Blue Celler', 'bar.html',
],
['Banquet Hall - RC-1', 'royal-court.html',
		],
['Banquet Hall - RC-2', 'royal-court2.html',
		],
['Our Room Types', 'room-types.html',
		],
['Board Room ', 'board-room.html',
		],
['Restaurant ', 'restaurant.html',
		]

	],
	['Our Rooms', 'room-types.html',
			['Suite Room ', 'room-1.html'],
			['Superior Deluxe Room', 'room-2.html'],
			['Suite Room', 'room-3.html'],
			['Superior Deluxe Room', 'room-4.html'],
			['Grand Suite Room', 'room-5.html'],
			['Superior Deluxe Room', 'room-6.html']
			
	],
		['Reservation', 'reservation.html',
		
	],
			['Contact', 'contact-us.html',
				['Location', 'contact-us.html#location'],
	],
		['&nbsp;Sitemap', 'sitmap.html']
		
];



