fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#000";
borderstyle="solid";
borderwidth=0;
fontfamily=" Century Gothic, Arial, Verdana, Tahoma";
fontsize="12px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
headercolor="#fdb913";
offbgcolor="";
offcolor="#fff";
onbgcolor="";
oncolor="#fdb913";
outfilter="Fade(duration=0.2);Alpha(opacity=90);";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
padding=0;
pagebgcolor="";
pagecolor="#fdb913";
separatorcolor="#transparent";
separatorsize=78;
subimagepadding=4;
}


with(submenuStyle=new mm_style()){
bordercolor="#807d82";
borderstyle="solid";
borderwidth=1;
fontfamily=" Century Gothic, Arial, Verdana, Tahoma";
fontsize="11px";
fontweight="bold";
fontstyle="normal";
onbold=1;
offbold=1;
offbgcolor="#000";
offcolor="#ffcc66";
onbgcolor="";
oncolor="#fff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="";
separatorcolor="#transparent";
separatorsize=0;

}

with(milonic=new menuname("Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("text=HOME;url=/index.html;");
aI("showmenu=products;text=OUR PRODUCTS;");
aI("text=STORE;type=header;");
aI("text=WHERE TO BUY;url=/pages/coming-soon.html;");
aI("showmenu=press;text=PRESS;");
aI("text=OUR STORY;url=/pages/our-story.html;");
aI("text=CONTACT US;url=/pages/contact-us.html;");
}



with(milonic=new menuname("products")){
position="absolute";
top=191;
style=submenuStyle;
aI("showmenu=hipgo;text=HIP&amp;GO;");
aI("text=GYMBOX;url=http://www.redmohican.com/pages/product-gymbox.html;")
aI("text=OUTSTANDING MAT;url=/pages/outstandingmat.html;")


}

with(milonic=new menuname("hipgo")){
position="absolute";
top=200;
style=submenuStyle;
aI("text=HIP&GO;url=/pages/hip-and-go.html;")
aI("text=HIP&GO EXTRA SPACE - PARENT VERSION;url=/pages/hip-and-go-extra-space.html;")
aI("text=HIP&GO UNIQUE;url=/pages/hip-and-go-unique.html;")
}


with(milonic=new menuname("press")){
position="absolute";
top=191;
style=submenuStyle;
aI("text=PRESS;url=/pages/press.html;")
aI("text=MARKETING KIT;url=/pages/marketing-kit.html;")
}



drawMenus();


