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=0;
_subOffsetLeft=1;

with(menuStyle=new mm_style()){
align="left";
borderwidth=0;
fontfamily = "Trebuchet MS, Helvetica, Arial, Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
separatorcolor="#262626";
separatorsize="1";
imagepadding=3;
itemwidth=170;
offclass="ffstyle";
onclass="ffstyle";
offcolor="#ffffff";
oncolor="#ffff00";
outfilter="fade(duration=0.3)";
padding=6;
subimage="images/arrow.gif";
subimagepadding=8;
}
 
with(submenuStyle=new mm_style()){
align="left";
borderwidth=0;
fontfamily = "Trebuchet MS, Helvetica, Arial, Verdana";
fontsize="70%";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
separatorcolor="#192632";
separatorsize="0";
imagepadding=3;
itemwidth=240;
offclass="ffstyle-sub";
onclass="ffstyle-sub";
offbgcolor="#a1a1a1";
offcolor="#ffffff";
onbgcolor="#7d7d7d";
oncolor="#ffffff";
overfilter="Alpha(opacity=98);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3)";
padding=7;
subimage="images/arrow-black.gif";
subimagepadding=8;
}

with (milonic = new menuname("aboutArch")) {
    margin = 2;
    orientation = "vertical";
    style = submenuStyle;
    aI("text=ARCH CAPITAL GROUP;url=AboutArch.aspx");
    aI("text=FINANCIALS;url=financials.aspx");
    aI("text=PRESS AND MARKETING;url=PressandMarketing.aspx");
}

with (milonic = new menuname("euproducts")) {
    margin = 2;
    orientation = "vertical";
    style = submenuStyle;
    aI("text=CASUALTY;url=casualty.aspx");
    aI("text=DIRECTORS & OFFICERS LIABILITY;url=directors-and-officers-liability.aspx");
    aI("text=FINANCIAL INSTITUTIONS;url=financial-institutions.aspx");
    aI("text=FINE ART & SPECIE;url=fine-art-and-specie.aspx");
    aI("text=GLOBAL PROPERTY;url=global-property.aspx");
    aI("text=HOLIDAY TRAVEL;url=holiday-travel.aspx");
    aI("text=MARINE & AVIATION WAR;url=marine-and-aviation-war.aspx");
    aI("text=MARINE HULL,  MACHINERY & LIABILITIES;url=marine-hull-machinery-and-liabilities.aspx");
    aI("text=PERSONAL ACCIDENT &amp; BUSINESS TRAVEL;url=personal-accident-and-business-travel.aspx");
    aI("text=PROFESSIONAL LIABILITY;url=professional-liability.aspx");
    aI("text=RETAIL PROPERTY;url=retail-property.aspx");
    aI("text=TERRORISM;url=terrorism.aspx");
    aI("text=WORLDWIDE ENERGY;url=worldwide-energy.aspx");
}

with (milonic = new menuname("platforms")) {
    margin = 2;
    orientation = "vertical";
    style = submenuStyle;
    aI("text=Arch Insurance Co. Europe;url=archinsurancecoeurope.aspx");
    aI("text=Lloyd's Syndicate - AAL 2012;url=lloydssyndicate.aspx");
}

drawMenus();