_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial;";
fontsize=11;
fontweight="normal"
fontstyle="normal";
itemheight=10;
offcolor="#569CCA";
oncolor="#344C80";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#CCCCCC";
separatorsize=1;
offclass="mmpaddingleft";
onclass="mmpaddingleft";
}

with(SubmenuStyle=new mm_style()){
fontfamily="Calibri;";
fontsize=12;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#C0E5F0";
borderwidth=1;
borderstyle="solid";
bordercolor="#C0E5F0";
offcolor="#D2D8E3";
offbgcolor="#344C80";
oncolor="#000000"; 
onbgcolor="#FFFFFF"; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpaddingleft_sub";
onclass="mmpaddingleft_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="vertical";
alwaysvisible=1;
position="relative";
//aI("showmenu=Register For Class;text=Register For Class;url=register_class.html;");
aI("showmenu=RequestTutoringService;text=Request Tutoring Service;url=#;image=images/sm_b.gif;overimage=images/sm_b_on.gif;pointer=default;imageposition=right;");
//aI("showmenu=Our Rates;text=Request Translation Service;url=request_translation_service.html;");
//aI("showmenu=RequestInterpreterService;text=Request Interpreter //Service;url=#;image=images/sm_b.gif;overimage=images/sm_b_on.gif;pointer=default;imageposition=right;");
}


with(milonic=new menuname("RequestTutoringService")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=In-Person Tutoring;text=In-Person Tutoring;url=in_person_tutoring.html;");
aI("showmenu=Telephone Tutoring;text=Telephone Tutoring;url=telephone_tutoring.html;");
aI("showmenu=Online Tutoring;text=Online Tutoring;url=online_tutoring.html;");
}

//with(milonic=new menuname("RequestInterpreterService")){
//style=SubmenuStyle;
//top="offset=0";
//left="offset=-1";
//aI("showmenu=On-Site Interpreter;text=On-Site Interpreter;url=on_site_interpreter.html;");
//aI("showmenu=Telephone Interpreter;text=Telephone Interpreter;url=telephone_interpreter.html;");
//aI("showmenu=Online Interpreter;text=Online Interpreter;url=online_interpreter.html;");
//}

drawMenus();
