_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Firebrick";
offcolor="#000000";
onbgcolor="IndianRed";
oncolor="#000000";
padding="6";
separatorcolor="#000000";
separatorsize="1";
subimage="images/db_red.gif";
subimagepadding="6";
itemwidth="100";
}

with(submenuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Thistle";
offcolor="#000000";
onbgcolor="#999999";
oncolor="#000000";
padding="4";
subimage="images/db_red.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=605;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=./;");
aI("showmenu=PricingPricesINFO_BAR_MENU;text=Pricing;target=;url=pricing.html;");
aI("showmenu=InfoDriving TestINFO_BAR_MENU;text=Info;target=;url=info.html;");
aI("text=Contact;target=;url=contact_us.html;");
aI("text=Testimonials;target=;url=testimonials.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("PricingPricesINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Prices;target=;url=prices.html;");
aI("text=Award Intensive Training;target=;url=award_intensive_training.html;");
aI("text=Award Insurance Offer;target=;url=award_insurance_offer.html;");
}

with(milonic=new menuname("InfoDriving TestINFO_BAR_MENU")){
style=submenuStyle;
aI("showmenu=Driving TestTest ChangesINFO_BAR_MENU;text=Driving Test;target=;url=driving_test.html;");
aI("text=Links;target=;url=links.html;");
aI("text=Services;target=;url=services.html;");
aI("text=Meet the Instructors;target=;url=meet_the_instructors.html;");
aI("showmenu=License InfoexchangeINFO_BAR_MENU;text=License Info;target=;url=license_info.html;");
}

with(milonic=new menuname("Driving TestTest ChangesINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Test Changes;target=;url=test_changes.html;");
aI("text=Preparing;target=;url=preparing.html;");
aI("text=provisional license;target=;url=provisional_license.html;");
aI("text=Common Faults;target=;url=common_faults.html;");
aI("text=Test Result;target=;url=test_result.html;");
}

with(milonic=new menuname("License InfoexchangeINFO_BAR_MENU")){
style=submenuStyle;
aI("text=exchange;target=;url=exchange.html;");
aI("text=apply;target=;url=apply.html;");
}


 drawMenus();
