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=2;
_subOffsetLeft=-2;

with(mainMenuStyle=new mm_style()){
//bordercolor="#ffffff";
//borderstyle="solid";
//borderwidth=0;
fontfamily="Verdana, Helvetica, Arial";
fontsize="10px";
fontstyle="normal";
fontweight="bold";
decoration="none";
ondecoration="none";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#185A64";
offcolor="#FFFFFF";
onbgcolor="#BC8720";
oncolor="#FFFFFF";
//outfilter="Fade(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;
separatorcolor="#ffffff";
separatorsize=0;
subimage="/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("portfolio")){
	style=mainMenuStyle;
	left = 35;
	top = -65;
	aI("text=COMMERCIAL;url=/portfolio/index.cfm;");
	aI("text=CORPORATE;url=/portfolio/corporate.cfm;");
	aI("text=K-12;url=/portfolio/k12.cfm;");
	aI("text=HIGHER EDUCATION;url=/portfolio/higher_education.cfm;");
	aI("text=SCIENCE & TECHNOLOGY;url=/portfolio/science_and_technology.cfm;");
	aI("text=HEALTH SCIENCES;url=/portfolio/health_sciences.cfm;");
}

with(milonic=new menuname("services")){
	style=mainMenuStyle;
	left = 153;
	top = -65;
	aI("text=ARCHITECTURE;url=/services/index.cfm;");
	aI("text=ENGINEERING;url=/services/engineering.cfm;");
	aI("text=PLANNING;url=/services/planning.cfm;");
	aI("text=INTERIORS;url=/services/interiors.cfm;");
}

with(milonic=new menuname("people")){
	style=mainMenuStyle;
	left = 259;
	top = -65;
	aI("text=CULTURE;url=/people/index.cfm;");
	aI("text=CAREERS/JOBS;url=/people/careers.cfm;");
	aI("text=BENEFITS;url=/people/benefits.cfm;");
	aI("text=SMMACADEMY;url=/people/smmacademy.cfm;");
	aI("text=LEADERSHIP;url=/people/leadership.cfm;");
}

with(milonic=new menuname("perspective")){
	style=mainMenuStyle;
	left = 352;
	top = -65;
	aI("text=OVERVIEW/MISSON;url=/perspective/index.cfm;");
	aI("text=HISTORY;url=/perspective/history.cfm;");
	aI("text=DESIGN;url=/perspective/design.cfm;");
	aI("text=SUSTAINABLE DESIGN;url=/perspective/sustainable_design.cfm;");
	aI("text=QUALITY;url=/perspective/quality.cfm;");
	aI("text=TECHNOLOGY;url=/perspective/technology.cfm;");
	aI("text=OUTREACH;url=/perspective/outreach.cfm;");
}

with(milonic=new menuname("news")){
	style=mainMenuStyle;
	left = 165;
	top = 0;
	aI("text=WORKS IN PROGRESS;url=/news/index.cfm;");
	aI("text=KUDOS;url=/news/kudos.cfm;");
	aI("text=PRESS RELEASES;url=/news/press_releases.cfm;");
}

drawMenus();