


_menuCloseDelay=500           // 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="#DFB62B";
oncolor="#000000";
offbgcolor="#F2F9EC";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#000000";
pagebgcolor="#DFB62B";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
subOffsetLeft=-10;
}




with(milonic=new menuname("Training")){
style=menuStyle;
overflow="scroll";
aI("text=Class Schedule;url=schedule.htm;");
aI("text=Group Classes;url=training_group.htm;");
aI("text=Private Sessions;url=training_private.htm;");
aI("text=Positive Training;url=training_positive.htm;");
aI("text=About Dana;url=dana.htm;");


}




drawMenus();

