_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
horizontalMenuDelay=true;



with(topStyle=new mm_style()){
onbgcolor="#fbf2d0";
oncolor="#000000";
offbgcolor="#fbf2d0";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#fbf2d0";
separatorsize="20";
padding=5;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="black";
pagebgcolor="#fbf2d0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.cinnabartheater.org/black_7x7.gif";
subimagepadding="4";
overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
}

with(dropStyle=new mm_style()){
oncolor="#ffffff";
onbgcolor="#cc3333";
offcolor="#ffffff";
offbgcolor="#993333";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
align="center";
fontsize="12px";
fontstyle="normal";
fontfamily="Arial,Helvetica,sans-serif";
pagecolor="ffffff";
pagebgcolor="#cc3333";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://www.cinnabartheater.org/white_7x7.gif";
subimagepadding="4";
overfilter="Fade(duration=0.2);Shadow(color='#777777', Direction=135)";

}

with(milonic=new menuname("Main Menu")){
style=topStyle;
top=125;
left=20;
alwaysvisible=1;
orientation="horizontal";

aI("text=Home;url=http://cinnabartheater.org/chili/index.html;");
aI("text=Directions & Info;showmenu=Directions;");
aI("text=Participants;showmenu=Participants;");
aI("text=Entry Forms;showmenu=Forms;");
aI("text=Past Winners;showmenu=Winners;");
}

with(milonic=new menuname("Directions")){
overflow="scroll";
style=dropStyle;
aI("text=Map and Directions;url=http://cinnabartheater.org/chili/map.html;");
aI("text=General Info;url=http://cinnabartheater.org/chili/public-info.html;");
}

with(milonic=new menuname("Participants")){
overflow="scroll";
style=dropStyle;
aI("text=Silent Auction;url=auction.html;");
aI("text=Chili, Salsa Teams;url=http://cinnabartheater.org/chili/challengers.shtml;");
aI("text=Entertainers;url=http://cinnabartheater.org/chili/entertainers.html;");
aI("text=Breweries;url=http://cinnabartheater.org/chili/breweries.shtml;");
aI("text=Vendors;url=http://cinnabartheater.org/chili/vendors.html;");
aI("text=Sponsors;url=http://cinnabartheater.org/chili/sponsor_page.html;");
aI("text=Judges;url=http://cinnabartheater.org/chili/judges.html;");
aI("text=Crew;url=http://cinnabartheater.org/chili/crew.html;");
aI("text=Past Winners;showmenu=Winners;");
}

with(milonic=new menuname("Forms")){
overflow="scroll";
style=dropStyle;
aI("text=Entry Information;url=http://cinnabartheater.org/chili/entry.html;");
aI("text=Chili Entry Form;url=http://cinnabartheater.org/chili/EntryFormPrintable.pdf;");
aI("text=Beer Entry Form;url=http://cinnabartheater.org/chili/EntryBeerPrintable.pdf;");
aI("text=Vendor Entry Form;url=http://cinnabartheater.org/chili/EntryVendorPrintable.pdf;");
}

with(milonic=new menuname("Winners")){
overflow="scroll";
style=dropStyle;
aI("text=2009 Winners;url=http://cinnabartheater.org/chili/2009winners.html;");
aI("text=2008 Winners;url=http://cinnabartheater.org/chili/chili2008/2008winners.html;");
aI("text=2007 Winners;url=http://cinnabartheater.org/chili/chili2007/2007winners.html;");
aI("text=2006 Winners;url=http://cinnabartheater.org/chili/chili2006/2006winners.html;");
aI("text=2005 Winners;url=http://cinnabartheater.org/chili/chili2005/2005winners.html;");
aI("text=2004 Winners;url=http://cinnabartheater.org/chili/chili2004/2004winners.html;");
aI("text=2003 Winners;url=http://cinnabartheater.org/chili/chili2003/2003winners.html;");
aI("text=2002 Winners;url=http://cinnabartheater.org/chili/chili2002/2002winners.html;");
aI("text=2001 Winners;url=http://cinnabartheater.org/chili/chili2001/2001winners.html;");
aI("text=2000 Winners;url=http://cinnabartheater.org/chili/chili2000/2000winners.html;");
aI("text=1999 Winners;url=http://cinnabartheater.org/chili/chili1999/1999winners.html;");
aI("text=1998 Winners;url=http://cinnabartheater.org/chili/chili1999/1998winners.html;");

}



with(milonic=new menuname("Home")){
style=dropStyle;
aI("text=Home;url=http://www.cinnabartheater.org/index.html;");
}


drawMenus();

