//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#B6BDD2"};
var color2 = {"border":"#666666", "shadow":"#666666", "bgON":"#F8F8F8","bgOVER":"#EBEBEB"};
var color3 = {"border":"#666666", "shadow":"#666666", "bgON":"#EFEFEF","bgOVER":"#EFEFEF"};
var color4 = {"border":"#666666", "shadow":"#666666", "bgON":"#F8F8F8","bgOVER":"#EFEFEF"};


var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css1 = {"ON":"clsCMOn1", "OVER":"clsCMOver1"};
var STYLE = {"border":1, "shadow":1, "color":color, "css":css};

var STYLE_V_FIRST = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":color2, "css":css};
var STYLE_V_MIDDLE = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":color2, "css":css};
var STYLE_V_LAST = {"border":1, "borders":[1,0,1,1], "shadow":0, "color":color2, "css":css};

var STYLE_H_FIRST = {"border":1, "borders":[1,1,0,1], "shadow":0, "color":color3, "css":css1};
var STYLE_H_MIDDLE = {"border":1, "borders":[0,1,0,1], "shadow":0, "color":color4, "css":css1};
var STYLE_H_LAST = {"border":1, "borders":[0,1,1,1], "shadow":0, "color":color4, "css":css1};
//items and formats
var MENU_ITEMS2 =
[
	{"pos":"relative", "itemoff":[0,132], "leveloff":[27,0], "style":STYLE, "size":[26,132]},
	{code:"Home", "format":{"style":STYLE_H_FIRST}, url:"http://www.thecapstonecompany.com/index.html", ocode:"- Home -" 
	},
	{code:"Prospective Residents", "format":{"style":STYLE_H_MIDDLE, "size":[26,151], "itemoff":[0,132]}, url:"http://www.thecapstonecompany.com/prospectiveResidents/index.html", ocode:"- Prospective Residents -",
		sub:[
			{"itemoff":[25,0], "leveloff":[26,0], "size":[35,151], "style":STYLE_V_MIDDLE},
			{code:"The Capstone Advantage", "format":{"style":STYLE_V_FIRST}, url:"http://www.thecapstonecompany.com/prospectiveResidents/index.html"},
			{code:"Search Available Rentals", url:"http://www.thecapstonecompany.com/searchlistings.html"},
			{code:"Current Lease Rates", url:"http://www.thecapstonecompany.com/prospectiveResidents/rates.php"},
			{code:"FAQ: Application/ Leasing", url:"http://www.thecapstonecompany.com/prospectiveResidents/faq.html"},
			{code:"Rental Application", "format":{"style":STYLE_V_LAST}, url:"http://www.thecapstonecompany.com/prospectiveResidents/application.html"}
		]
	},
	{code:"Current Residents", "format":{"style":STYLE_H_MIDDLE, "size":[26,151], "itemoff":[0,151]}, url:"http://www.thecapstonecompany.com/currentResidents/index.html", ocode:"- Current Residents -",
		sub:[
			{"itemoff":[25,0], "leveloff":[26,0], "size":[35,151], "style":STYLE_V_MIDDLE},
			{code:"Capstone News & Info",  "format":{"style":STYLE_V_FIRST}, url:"http://www.thecapstonecompany.com/currentResidents/index.html"},
			{code:"Moving In?", url:"http://www.thecapstonecompany.com/currentResidents/moveIn.html"},
			{code:"Moving Out?", url:"http://www.thecapstonecompany.com/currentResidents/moveOut.html"},
			{code:"Parking Information", url:"http://www.thecapstonecompany.com/currentResidents/parking.html"},
 			{code:"Policies & Procedures", url:"http://www.thecapstonecompany.com/currentResidents/rules.html"},
			{code:"FAQs", url:"http://www.thecapstonecompany.com/currentResidents/faq.html"},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;--------------------", "format":{"size":[20,151], "itemoff":[20,0]}},
			{code:"Submit Maintenance Request", "format":{"itemoff":[15,0]}, url:"http://www.thecapstonecompany.com/currentResidents/maintenance.html"},
			{code:"View Forms", "format":{"style":STYLE_V_LAST}, url:"http://www.thecapstonecompany.com/currentResidents/forms.html"}
		]
	},
	{code:"About Us", "format":{"style":STYLE_H_MIDDLE, "size":[26,151], "itemoff":[0,151]}, url:"http://www.thecapstonecompany.com/company/mission.html", ocode:"- About Us -",
		sub:[
			{"itemoff":[25,0], "leveloff":[26,0], "size":[35,151], "style":STYLE_V_MIDDLE},
			{code:"Mission", "format":{"style":STYLE_V_FIRST}, url:"http://www.thecapstonecompany.com/company/mission.html"},
			{code:"Management Team", url:"http://www.thecapstonecompany.com/company/team.html"},
			{code:"Employment Opportunities", "format":{"style":STYLE_V_LAST}, url:"http://www.thecapstonecompany.com/company/employment.html"}
		]
	},
	{code:"Contact Us", "format":{"style":STYLE_H_LAST, "size":[26,75], "itemoff":[0,151]}, url:"http://www.thecapstonecompany.com/contactInfo.html", ocode:"- Contact Us -"
	},
];
