fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=-3;
_subOffsetLeft=1;

with(LeftmenuStyle=new mm_style()){
offcolor="#001d68";
oncolor="#979696";
padding=5;
align="left"
fontsize="12px";
fontfamily="Trebuchet MS, Trebuchet, Arial, Helvetica";
fontstyle="normal";
separatorheight=1;
separatorpadding=2;
separatorimage='http://www.londoneconomics.com/images/separator.gif';
}

with(SubMenuStyle=new mm_style()){
	offbgcolor="#1b3a8b";
	onbgcolor="#334e96";
	offcolor="#b0bbd8";
	oncolor="#ffffff";
	padding=4;
	itemwidth=122;
	align="left"
	fontsize="11px";
	fontfamily="Trebuchet MS, Trebuchet, Arial, Helvetica";
}

with(milonic=new menuname("About Us")){
overflow="scroll";
style=SubMenuStyle;
aI("text=Offices &amp; International Partners;url=/about-us/offices-international-partners.php;")
aI("text=Selected Clients;url=/about-us/selected-clients.php;")
aI("text=Press Releases;url=/about-us/press-releases.php;")
aI("text=Examples of Public Testimony;url=/about-us/public-testimony.php;")
aI("text=Publications;url=/about-us/publications.php;")
}

with(milonic=new menuname("Industries")){
style=SubMenuStyle;
aI("text=Electricity;url=/industries/electricity.php;")
aI("text=Natural Gas;url=/industries/natural-gas.php;")
aI("text=Water;url=/industries/water.php;")
aI("text=Telecommunications;url=/industries/telecommunications.php;")
aI("text=Transportation;url=/industries/transportation.php;")
aI("text=Renewables;url=/renewables/index.php;")
}

with(milonic=new menuname("Regions")){
style=SubMenuStyle;
aI("text=North America;url=/regions/north-america.php;")
aI("text=Latin America;url=/regions/latin-america.php;")
aI("text=Asia;url=/regions/asia.php;")
aI("text=Europe;url=/regions/europe.php;")
aI("text=Africa;url=/regions/africa.php;")
aI("text=Australia;url=/regions/australia.php;")
}

drawMenus();


