_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots9.gif";
offbgcolor="#FF6600";
offcolor="#ffffff";
onbgcolor="#00FF66";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/blackwhite.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#00FF66";
offcolor="White";
onbgcolor="#FF6600";
oncolor="#ffffff";
padding="4";
separatorcolor="White";
separatorsize="1";
subimage="images/blackwhite.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Welcome;target=;url=./;");
aI("text=Latest News;target=;url=Latest-News.html;");
aI("text=About the Instructors;target=;url=About-the-Instructors.html;");
aI("text=Awards;target=;url=Awards.html;");
aI("showmenu=Class InformationClass ScheduleLEFT_MENU;text=Class Information;target=;url=Class-Information.html;");
aI("text=Contact Us...;target=;url=Contact-Us.html;");
aI("text=Site Map;target=;url=sitemap-alphabetical.html;");
}

with(milonic=new menuname("Class InformationClass ScheduleLEFT_MENU")){
style=submenuStyle;
aI("text=Class Schedule;target=;url=Class-Schedule.html;");
}


 drawMenus();
