//keywords
var code="code";var url="url";var sub="sub";  
//styles
var color = {"border":"#A89372", "shadow":"#000000", "bgON":"#776B61","bgOVER":"#FFF7E1", "imagebg":""};
var color2 = {"border":"#A89372", "shadow":"#000000", "bgON":"#ffffff","bgOVER":"#08AF96", "imagebg":""};
var color3 = {"border":"#1D2B6B", "shadow":"#000000", "bgON":"#ffffff","bgOVER":"#08AF96", "imagebg":""};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css_sub = {"ON":"clsCMOnSub", "OVER":"clsCMOverSub"};
var STYLE = {"border":1, "shadow":1, "color":color, "css":css};

var STYLE_LEVEL1 = {"border":1, "shadow":0, "color":color, "css":css};
var STYLE_LEVEL2 = {"border":1, "shadow":0, "color":color2, "css":css_sub};
var STYLE_LEVEL3 = {"border":1, "shadow":0, "color":color3, "css":css};
//items and formats
var MENU_ITEMS_ARROWS =
[
	{"pos":"relative", "itemoff":[21,0], "leveloff":[9,68], "style":STYLE, "size":[22,140]},

	{code:"Home",
	 url:"index.asp", target:"_self"},



	{code:"The Guest House", url:"guesthouse-main-house.asp", target:"_self",	
		sub:[
			{"leveloff":[0,55], "size":[22,90], "style":STYLE_LEVEL1},
			{code:"Main House", url:"guesthouse-main-house.asp",target:"_self"},
			{code:"Loft", url:"the-loft.asp",target:"_self"},
			{code:"Guest Suite", url:"guest-suite.asp",target:"_self"},
			
			
			
		]
	},

	{code:"Things to do", url:"activities.asp", target:"_self",
		sub:[
			{"leveloff":[0,55], "size":[22,140], "style":STYLE_LEVEL1 },
			{code:"Activities", url:"activities.asp",target:"_self"},
			{code:"Art Galleries", url:"art-galleries.asp",target:"_self"},
			{code:"Places to Eat", url:"places-to-eat.asp",target:"_self"},
			{code:"Places of Interest", url:"places-of-interest.asp",target:"_self"},
			{code:"Shopping", url:"shops.asp",target:"_self"},
			
		]
	},
		


	
	

	{code:"Bookings",
	 url:"reservations.asp", target:"_self",	
		sub:[
			{"leveloff":[0,55], "size":[22,110], "style":STYLE_LEVEL1 },
			{code:"Booking Form", url:"reservations.asp",target:"_self"},
			{code:"Rates", url:"rates.asp",target:"_self"},
			
			
			
		]
	},
	

	
	{code:"Contact Us",
	 url:"contact.asp", target:"_self",	
		sub:[
			{"leveloff":[0,55], "size":[22,140], "style":STYLE_LEVEL1 },
			{code:"Contact details", url:"contact.asp",target:"_self"},
			{code:"Directions and Map", url:"free-state-south-africa.asp",target:"_self"},
			
			
			
		]
	},
	

	


	 
];	
