//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#DAD9CD", "shadow":"", "bgON":"#F6F6F0","bgOVER":"#BDC8D1", "":""};
var color2 = {"border":"#DAD9CD", "shadow":"#9EABB6", "bgON":"#BDC8D1","bgOVER":"#F6F6F0", "":""};
var color3 = {"border":"#DAD9CD", "shadow":"#9EABB6", "bgON":"#DEEBF5","bgOVER":"#B2D9F7", "":""};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css_sub = {"ON":"clsCMOnSub", "OVER":"clsCMOverSub"};
var STYLE = {"border":1, "shadow":2, "color":color, "css":css};

var STYLE_LEVEL1 = {"border":1, "shadow":2, "color":color, "css":css};
var STYLE_LEVEL2 = {"border":1, "shadow":2, "color":color2, "css":css_sub};
var STYLE_LEVEL3 = {"border":1, "shadow":2, "color":color3, "css":css_sub};
//items and formats
var MENU_ITEMS_ARROWS =
[
	{"pos":"relative", "itemoff":[21,0], "leveloff":[0,114], "style":STYLE, "size":[22,168]},

	{code:"Property Development", url:"property/index.htm", target:"_self",	
		sub:[
			{"leveloff":[0,55], "size":[22,190], "style":STYLE_LEVEL2 },
			{code:"Introduction to Property Dev", url:"property/index.htm", target:"_self"},
			{code:"About us", url:"property/philosophy.htm", target:"_self"},
			{code:"Services", url:"property/services.htm", target:"_self"},
			{code:"Development process", url:"property/developmentprocess.htm", target:"_self"},
			{code:"News", url:"property/newsletter.htm", target:"_self"},
			{code:"Contact us", url:"property/contactus.htm", target:"_self"}
		]
	},
	{code:"Architecture", url:"architecture/index.htm", target:"_self",	
		sub:[
			{"leveloff":[0,55], "size":[22,190], "style":STYLE_LEVEL2 },
			{code:"Introduction to Architecture", url:"architecture/index.htm", target:"_self"},
			
			{code:"Portfolio",
			sub:[ {"itemoff":[21,0], "leveloff":[0,191], "size":[22,170], "style":STYLE_LEVEL3 },
					{code:"Urban Design", url:"architecture/urban.htm", target:"_self"},
					{code:"Commercial Architecture", url:"architecture/comm.htm", target:"_self"},
					{code:"Residential", url:"architecture/residential.htm", target:"_self"},
					{code:"Landscape", url:"architecture/landscape.htm", target:"_self"}
					]
				},
	
			{code:"Services", url:"architecture/services.htm", target:"_self"},
			{code:"Profile", url:"architecture/profile.htm", target:"_self"},
			{code:"News", url:"architecture/news.htm", target:"_self"},
			{code:"Links", url:"architecture/links.htm", target:"_self"},
			{code:"Contact us", url:"architecture/contactus.htm", target:"_self"}
		]
	},
	
	{code:"Consultants Log-in", url:"http://project.cmai.co.za/", target:"_blank"},
	
	{code:"Company Newsletter",	
		sub:[
			{"leveloff":[0,55], "size":[22,190], "style":STYLE_LEVEL2 },
			{code:"Property Development", url:"property/newsletter.htm", target:"_self"},
			{code:"Architecture", url:"architecture/newsletter.htm", target:"_self"}
		]
	},
	
	
];
