_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/dots5.gif";
offbgcolor="#B2D0F6";
offcolor="Black";
onbgcolor="DarkBlue";
oncolor="#ffffff";
padding="6";
separatorcolor="Black";
separatorsize="1";
subimage="images/blackred.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="1000";
}

with(submenuStyle=new mm_style()){
bordercolor="Black";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
offbgcolor="DarkBlue";
offcolor="#ffffff";
onbgcolor="#B2D0F6";
oncolor="Black";
padding="4";
separatorcolor="Black";
separatorsize="1";
subimage="images/blackred.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth="100%";
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.number1oil.com/;");
aI("showmenu=Motor OilOther OilsINFO_BAR_MENU;text=Motor Oil;target=;url=Motor-Oil.html;");
aI("text=By-Pass Oil Filters;target=;url=By-Pass-Oil-Filters.html;");
aI("text=Buy Wholesale;target=;url=Buy-Wholesale.html;");
aI("text=Be a Dealer;target=;url=Be-a-Dealer.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Motor OilOther OilsINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Other Oils;target=;url=Other-Oils.html;");
aI("text=Pricing;target=;url=Pricing.html;");
aI("text=Application Guides;target=;url=Application-Guides.html;");
}


 drawMenus();
