_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(submenuStyle=new mm_style()){
bordercolor="White";
borderstyle="Ridge";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
offbgcolor="Blue";
offcolor="#EFEFEF";
onbgcolor="#FF5500";
oncolor="#EFEFEF";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding="4";
separatorcolor="#ffffff";
separatorsize="1";
subimagepadding="8";
imagepadding="8";
}

with(menuStyle=new mm_style()){
align="center";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#002AFF";
offcolor="FloralWhite";
onbgcolor="#FF5500";
oncolor="White";
outfilter="Fade(Overlap=1.00)";
padding="6";
pagebgcolor="#FF5500";
pagecolor="White";
separatorcolor="Transparent";
separatorsize="0";
imagepadding="6";
itemwidth="80";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=960;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
openstyle="up";
aI("text=Home;target=;url=index2.html;");
aI("text=About Us;target=;url=aboutus.html;");
aI("text=Contact Us;target=;url=contactus.html;");
aI("text=Resources;target=;url=resources.html;");
aI("text=Terms of Use;target=;url=terms-of-use.html;");
aI("text=Careers;target=;url=careers.html;");
aI("text=Copyrights;target=;url=copyrights.html;");
aI("text=Glossary;target=;url=glossary.html;");
aI("text=Advertisings;target=;url=advertisings.html;");
aI("text=Testimonials;target=;url=testimonials.html;");
aI("text=Privacy;target=;url=privacy.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}


 drawMenus();

