_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth="1";
fontfamily="Trebuchet MS";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="DarkGray";
offcolor="Black";
onbgcolor="Aqua";
oncolor="Black";
outfilter="Blinds( Bands=1,direction=down, duration=0.5)";
overfilter="Blinds( Bands=1,direction=up, duration=0.3)";
padding="3";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="#ACABAB";
borderstyle="Ridge";
borderwidth="2";
fontfamily="Trebuchet MS";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="images/target_11x11.gif";
offbgcolor="DarkGray";
offcolor="Black";
onbgcolor="Yellow";
oncolor="Black";
outfilter="Fade(Overlap=1.00)";
padding="5";
separatorcolor="Transparent";
separatorsize="0";
subimagepadding="8";
overimage="images/Arrow8_white_10x11.gif";
imagepadding="6";
itemwidth="1000";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=Home.html;");
aI("text=Join;target=;url=Join.html;");
aI("text=Accolades;target=;url=Accolades.html;");
aI("text=Coaches;target=;url=Coaches.html;");
aI("text=Meets;target=;url=Meets.html;");
aI("text=Times;target=;url=Times.html;");
aI("text=Schedule;target=;url=Schedule.html;");
aI("text=Pics;target=;url=Pics.html;");
}


 drawMenus();

