//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"#505050","bgOVER":"#87B300"};
var css = {"ON":"clsCM2On", "OVER":"clsCM2Over"};
var STYLE = {"border":1, "shadow":0, "color":color, "css":css};
//items and formats
var MENU_ITEMS_MULTIPLE2 =
[
	{"pos":[0,119], "itemoff":[0,151], "leveloff":[21,0], "style":STYLE, "size":[22,150]},
	
	{code:"About Us", url:"../About_us/Overview_of_firm.php",
		sub:[
			{"itemoff":[21,0]},
			{code:"Overview of firm", url:"../About_us/Overview_of_firm.php"},
			{code:"Our history", url:"../About_us/Our_history.php"},
			{code:"Our people", url:"../About_us/Our_people.php"},
			{code:"The community", url:"../About_us/The_community.php"}
		]
	},
	{code:"Practice Areas", url:"../Practice_areas/Corporate.php",
		sub:[
			{"itemoff":[21,0]},
			{code:"Corporate", url:"../Practice_areas/Corporate.php"},
			{code:"Family", url:"../Practice_areas/Family.php"},
			{code:"Administrative", url:"../Practice_areas/Administrative.php"},
			{code:"Intellectial property", url:"../Practice_areas/Intellectial_property.php"},
			{code:"etc"}
		]
	},
	{code:"Careers", url:"../Careers/Working_with_us.php",
		sub:[
			{"itemoff":[21,0]},
			{code:"Working with us", url:"../Careers/Working_with_us.php"},
			{code:"Current opportunities", url:"../Careers/Current_opportunities.php"},
			{code:"Submit CV", url:"../Careers/Submit_CV.php"}
		]
	},
	{code:"News", url:"../News/News_articles.php",
		sub:[
			{"itemoff":[21,0]},
			{code:"News articles", url:"../News/News_articles.php"},
			{code:"Our newsletter", url:"../News/Our_newsletter.php"},
			{code:"Publications", url:"../News/Publications.php"}
		]
	},
	{code:"Contact Us", url:"../Contact_us/Contact_us.php"}
];

