_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bgimage="images/amaMainBack11L.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
offcolor="White";
oncolor="Yellow";
pagecolor="White";
separatorcolor="Transparent";
separatorsize="3";
subimagepadding="2";
itemheight="26";
itemwidth="120";
}

with(submenuStyle=new mm_style()){
align="center";
bgimage="images/amaSubBack2.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offcolor="DodgerBlue";
oncolor="Red";
ondecoration="underline";
padding="6";
pagecolor="Black";
separatorsize="3";
separatorimage="images/amaSubSep12.gif";
itemheight="29";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=612;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=../.././;align=center;");
aI("showmenu=Lodging/Northern CAINFO_BAR_MENU;text=Lodging;target=;url=../../Lodging/;align=center;");
aI("text=Annual Events;target=;url=../../Annual-Events/;align=center;");
aI("text=Activities;target=;url=../../Activities/;align=center;");
aI("showmenu=Chambers of Commerce/Northern CAINFO_BAR_MENU;text=Chambers of Commerce;target=;url=../../Chambers-of-Commerce/;align=center;keepalive=1;");
}

with(milonic=new menuname("Lodging/Northern CAINFO_BAR_MENU")){
style=submenuStyle;
orientation="horizontal";
aI("text=Northern CA;target=;url=../../Lodging/Northern-CA/;");
aI("text=Central CA;target=;url=../../Lodging/Central-CA/;");
aI("text=Southern CA;target=;url=./;");
aI(";");
}

with(milonic=new menuname("Chambers of Commerce/Northern CAINFO_BAR_MENU")){
style=submenuStyle;
orientation="horizontal";
aI("text=Northern CA;target=;url=../../Chambers-of-Commerce/Northern-CA-Chambers-of-Commerce.html;");
aI("text=Central CA;target=;url=../../Chambers-of-Commerce/Central-CA-Chambers-of-Commerce.html;");
aI("text=Southern CA;target=;url=../../Chambers-of-Commerce/Southern-CA-Chambers-of-Commerce.html;");
aI(";");
}


 drawMenus();

