_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out

_menuOpenDelay=150            // The time delay before menus open on mouse over

_subOffsetTop=10              // Sub menu top offset

_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){

onbgcolor="#660000";

oncolor="#FFF3D3";

offbgcolor="#AD3131";

offcolor="#F3CF86";

bordercolor="#FFF3D3";

borderstyle="solid";

borderwidth=1;

separatorcolor="#FFF3D3";

separatorsize="1";

padding=6;

fontsize="8pt";

fontstyle="normal";

fontfamily="Arial, Helvetica, sans-serif";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="arrow.gif";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";

outfilter="";

itemwidth=135;

}



with(milonic=new menuname("menu_construction")){

style=menuStyle;

screenposition="center";

left="offset=-160";

top=218;

alwaysvisible=0;

orientation="vertical";

aI("text=Construction Photos;url=/construction/;");

aI("text=Construction Timeline;url=/construction/timeline.htm;");



}



with(milonic=new menuname("menu_contribute")){

style=menuStyle;

screenposition="center";

left="offset=-160";

top=253;

alwaysvisible=0;

orientation="vertical";

aI("text=Make a Donation;url=/contribute/;");

aI("text=Buy a Seat;url=/contribute/seat.htm;");

aI("text=Buy a Paving Stone;url=/contribute/paving_stone.htm;");

aI("text=Join or Volunteer;url=/contribute/join_volunteer.htm;");



}



with(milonic=new menuname("menu_events")){

style=menuStyle;

screenposition="center";

left="offset=-160";

top=288;

alwaysvisible=0;

orientation="vertical";

}



with(milonic=new menuname("menu_faqs")){

style=menuStyle;

screenposition="center";

left="offset=-160";

top=323;

alwaysvisible=0;

orientation="vertical";

aI("text=Capitol by the Numbers;url=/faqs/;");

aI("text=Theatre History;url=/faqs/history.htm;");

aI("text=Other FAQs;url=/faqs/other.htm;");

}



with(milonic=new menuname("menu_about")){

style=menuStyle;

screenposition="center";

left="offset=-160";

top=358;

alwaysvisible=0;

orientation="vertical";

aI("text=Careers;url=/about/careers.html;");

aI("text=Board of Directors;url=/about/team.htm;");

aI("text=Management;url=/about/staff.htm;");

aI("text=Contact Us;url=/about/;");

}



with(milonic=new menuname("menu_partners")){

style=menuStyle;

screenposition="center";

left="offset=-160";

top=393;

alwaysvisible=0;

orientation="vertical";

}

with(milonic=new menuname("menu_features")){

style=menuStyle;

screenposition="center";

left="offset=-160";

top=428;

alwaysvisible=0;

orientation="vertical";

aI("text=Manager's Blog;url=/blog/;");
aI("text=Facebook;url=http://www.facebook.com/pages/Chatham-Capitol-Theatre-Association/294618857673?v=app_2309869772#/pages/Chatham-Capitol-Theatre-Association/294618857673?ref=share/;");





}

drawMenus();


