_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="#EFEFEF";
onbgcolor="#B3D0E3";
oncolor="Black";
padding="9";
separatorcolor="#5B2825";
separatorsize="1";
subimage="images/on_downboxed.gif";
subimagepadding="6";
itemwidth="150";
}

with(submenuStyle=new mm_style()){
bordercolor="#B3D0E3";
borderstyle="Double";
borderwidth="3";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#000000";
onbgcolor="#DB615B";
oncolor="White";
padding="4";
subimage="images/on_downboxed.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=.././;");
aI("text=Energy Drinks;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=5 hour energy drink;target=;url=5-hour-energy-drink.html;");
aI("text=bawls energy drink;target=;url=bawls-energy-drink.html;");
aI("text=best energy drink;target=;url=best-energy-drink.html;");
aI("text=caffeine pills;target=;url=caffeine-pills.html;");
aI("text=caffeine tablets;target=;url=caffeine-tablets.html;");
aI("text=energy drink market;target=;url=energy-drink-market.html;");
aI("text=energy drink nutrition;target=;url=energy-drink-nutrition.html;");
aI("text=Monster energy drinks;target=;url=Monster-energy-drinks.html;");
aI("text=natural energy drink;target=;url=natural-energy-drink.html;");
aI("text=recovery drinks;target=;url=recovery-drinks.html;");
aI("text=relentless energy drink;target=;url=relentless-energy-drink.html;");
}


 drawMenus();
