_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=200            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset


with(mainmenu=new mm_style()){
padding="6";
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#FDF8B9";
offcolor="#000000";
borderwidth="0";
fontsize="12px";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
separatorcolor="#000000";
separatorsize="0";
ondecoration="none";
pagebgcolor="#ff0000";
pagecolor="#ffffff";
subimagepadding=2;
align="center";
}

with(submenu=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#524d4d";
offcolor="#ffffff";
borderwidth="0";
separatorsize="0";
padding="6";
fontsize="12px";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
ondecoration="none";
}

with(milonic=new menuname("The Club")){
style=submenu;
overflow="scroll";
aI("text=Calendar;url=http://www.sunfloweramca.org/the_club/calendar.htm;");
aI("text=Newsletter;url=http://www.sunfloweramca.org/the_club/newsletters.htm;");
aI("text=Member Info;url=http://www.sunfloweramca.org/membership.pdf; target=blank_");
}

with(milonic=new menuname("Activities")){
style=submenu;
overflow="scroll";
aI("text=2007;url=http://www.sunfloweramca.org/activities/2007.htm;");
aI("text=2006;url=http://www.sunfloweramca.org/activities/2006.htm;");
aI("text=2005;url=http://www.sunfloweramca.org/activities/2005.htm;");
}

with(milonic=new menuname("Cycles")){
style=submenu;
overflow="scroll";
aI("text=Indian;url=http://www.sunfloweramca.org/cycles/indian/indian.htm;");
aI("text=Harley;url=http://www.sunfloweramca.org/cycles/harley/harley.htm;");
aI("text=Pre-16;url=http://www.sunfloweramca.org/cycles/pre_16/pre_16.htm;");
aI("text=British;url=http://www.sunfloweramca.org/cycles/british/british.htm;");
aI("text=Jap;url=http://www.sunfloweramca.org/cycles/jap/jap.htm;");
aI("text=Other;url=http://www.sunfloweramca.org/cycles/other/other.htm;");
}

drawMenus();