//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#DAD9CD", "shadow":"", "bgON":"#F6F6F0","bgOVER":"#AFBA6A", "":""};
var color2 = {"border":"#DAD9CD", "shadow":"#9EABB6", "bgON":"#AFBA6A","bgOVER":"#F6F6F0", "":""};
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};
//items and formats
var MENU_ITEMS_ARROWS =
[
	{"pos":"relative", "itemoff":[21,0], "leveloff":[0,114], "style":STYLE, "size":[22,168]},
	
	{code:"Introduction to Property Dev", url:"index.htm", target:"_self"},

	{code:"About us", url:"philosophy.htm", target:"_self",	
		sub:[
			{"leveloff":[0,55], "size":[22,190], "style":STYLE_LEVEL2 },
			{code:"Our Philosophy", url:"philosophy.htm", target:"_self"},
			{code:"Partners & Staff", url:"partnersstaff.htm", target:"_self"},
			{code:"Professional Associations", url:"professionalacc.htm", target:"_self"},
			{code:"Clients", url:"clients.htm", target:"_self"}
		]
	},
	
	{code:"Services", url:"services.htm", target:"_self"},
		
	{code:"Development Process", url:"developmentprocess.htm", target:"_self",	
		sub:[
			{"leveloff":[0,55], "size":[22,190], "style":STYLE_LEVEL2 },
			{code:"Unlocking Land Value", url:"unlockinglandvalue.htm", target:"_self"},
			{code:"Securing Development Approval", url:"securingdevelopment.htm", target:"_self"},
			{code:"Master Planning", url:"masterplanning.htm", target:"_self"},
			{code:"Project Coordination", url:"projectcoordination.htm", target:"_self"}
		]
	},
	
		{code:"News", url:"newsletter.htm", target:"_self",	
		sub:[
			{"leveloff":[0,55], "size":[22,190], "style":STYLE_LEVEL2 },
			{code:"Newsletter", url:"newsletter.htm", target:"_self"},
			{code:"Urban Edge Guidelines", url:"urban_edge_findec05_final.pdf", target:"_blank"},
			{code:"Golf & Polo Guidelines", url:"Golfpolo_guidelines05.pdf", target:"_blank"}
		]
	},
	
		{code:"Links",	
		sub:[
			{"leveloff":[0,55], "size":[22,190], "style":STYLE_LEVEL2 },
			{code:"Related Links", url:"links.htm", target:"_self"},
			{code:"View our Projects", url:"ourprojects.html", target:"_self"}
			]
	},
	
	{code:"Contact Us", url:"contactus.htm", target:"_self"},
		
	{code:"Consultants Log-in", url:"http://project.cmai.co.za/", target:"_blank"},
	
	{code:"CMAI Group", url:"http://www.cmai.co.za", target:"_self"},
	
	{code:"CMAI Architecture", url:"http://www.cmai.co.za/transect.html", target:"_self"},
	
	
];

