BLANK_IMAGE = '/images/b.gif';
var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"l1",
		OVER:"l2"
	}
};

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#e6eef8"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"l1",		// CSS class for items
		OVER:"l2"	// CSS class  for item which is under mouse
	}
};
var STYLEb = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#e6eef8"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"l1b",		// CSS class for items
		OVER:"l2"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS2 = [
	{pos:'relative', itemoff:[0,100], leveloff:[30,0], style:STYLE, size:[23,100]},
	{code:"About Us",url:"/index.asp?r=1"},
	{code:"Meet our team",url:"/index.asp?r=28",
		sub:[{itemoff:[22,0], size:[24,100], style:STYLEb},
			{code:"Josh",url:"/index.asp?r=2"},
			{code:"Aaron",url:"/index.asp?r=3"},
			{code:"Jordan",url:"/index.asp?r=4"},
			{code:"Jennifer",url:"/index.asp?r=5"},
		]
	},
	{code:"Services",url:"/index.asp?r=6",
		sub:[{itemoff:[22,0], size:[24,160], style:STYLEb},
			{code:"Property Management",url:"/index.asp?r=7",
				sub:[{leveloff:[0,160]},
					{code:"Multi Family",url:"/index.asp?r=8"},
					{code:"Commercial",url:"/index.asp?r=9"},
					{code:"HOA",url:"/index.asp?r=10"},
					{code:"Affordable Housing",url:"/index.asp?r=11"}
				]
			},

			{code:"Construction Management",url:"/index.asp?r=12"},
			{code:"Development Services",url:"/index.asp?r=13"},
			{code:"Marketing",url:"/index.asp?r=14",
				sub:[{leveloff:[0,160]},
					{code:"Event Management",url:"/index.asp?r=15"}
				]
			},
			{code:"Venture Capital",url:"/index.asp?r=16",
				sub:[{leveloff:[0,160]},
					{code:"Asset Management",url:"/index.asp?r=17"}
				]
			}

		]
	},
	{code:"Properties",url:"/index.asp?r=18",
		sub:[{itemoff:[22,0], size:[24,160], style:STYLEb},
			{code:"College Point Retail",url:"/index.asp?r=19"},
			{code:"Saddlewood Apartments",url:"/index.asp?r=20"}
		]
	},
		{code:"Affiliations",url:"/index.asp?r=21"},
		{code:"Awards",url:"/index.asp?r=22"},
		{code:"Careers",url:"/index.asp?r=23",
		sub:[{itemoff:[22,0], style:STYLEb},
			{code:"Positions",url:"/index.asp?r=24"},
			{code:"Apply Online",url:"/index.asp?r=25"}		]
	},
		{code:"News",url:"/index.asp?r=26"},
		{code:"Contact Us",url:"/index.asp?r=27"},
];




