_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/orangedots.gif";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.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="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=http://veiwebservices.com/;");
aI("showmenu=Website Hosting/Basic PlanLEFT_MENU;text=Website Hosting;target=;url=website-hosting.html;");
aI("text=SSL Certificates;target=;url=ssl-certificates.html;");
aI("showmenu=Website Development/Single Web PageLEFT_MENU;text=Website Development;target=;url=website-development.html;");
aI("text=Search Engine Optimization;target=;url=search-engine-optimization.html;");
aI("text=Online Business Development;target=;url=online-business-development.html;");
aI("text=Privacy Policy;target=;url=privacy-policy.html;");
aI("text=Contact Us;target=;url=contact-us.html;");
}

with(milonic=new menuname("Website Hosting/Basic PlanLEFT_MENU")){
style=submenuStyle;
aI("text=Basic Plan;target=;url=basic-plan.html;");
aI("text=Premium Plan;target=;url=premium-plan.html;");
aI("text=Professional Plan;target=;url=professional-plan.html;");
aI("text=Terms of Service;target=;url=hosting-terms-of-service.html;");
aI("text=About Us;target=;url=about-us.html;");
}

with(milonic=new menuname("Website Development/Single Web PageLEFT_MENU")){
style=submenuStyle;
aI("text=Single Web Page;target=;url=single-web-page.html;");
aI("text=Basic 4 PageTemplate Website;target=;url=basic-4-pagetemplate-website.html;");
aI("text=Custom Website;target=;url=custom-website.html;");
aI("text=eCommerce Site;target=;url=ecommerce-site.html;");
aI("text=WordPress Setup;target=;url=wordpress-setup.html;");
}


 drawMenus();

