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(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#B79376";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Tahoma";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
imagepadding=8;
offbgcolor="#FAF2E2";
offcolor="#552207";
onbgcolor="#AF9145";
oncolor="#FAF2E2";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=9;
pagecolor="black";
separatorcolor="#B79376";
separatorsize=2;
subimagepadding=5;
}

with(menuStyle=new mm_style()){
bordercolor="#B79376";
borderstyle="solid";
borderwidth=0;
fontfamily=" Arial, Verdana, Tahoma";
fontsize="10pt";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#B79376";
headercolor="#000000";
imagepadding=1;
offbgcolor="#B1903B";
offcolor="#FFFFFF";
onbgcolor="#FAF2E2";
oncolor="#552207";
outfilter="Fade(Overlap=1.00)";
padding=7;
}

with(milonic=new menuname("Shop")){
style=submenuStyle;
aI("text=Chocolate;url=/index2.php?category=chocolate;");
aI("text=Fudge;url=/index2.php?category=fudge;");
aI("text=Truffles;url=/index2.php?category=truffles;");
aI("text=Grizzly Grub;url=/index2.php?category=grizzly-grub;");
aI("text=Turtles;url=/index2.php?category=turtles;");
aI("text=NSA Chocolate;url=/index2.php?category=nsa-chocolate;");
aI("text=Gift Packages;url=/index2.php?category=gift-packages;");


}

drawMenus();


