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


with (menuStyle=new mm_style()) {
    bordercolor="#BCDFA0";
    borderstyle="solid";
    borderwidth=0;
    fontfamily="Helvetica, Arial, Verdana";
    fontsize="11px;";
    fontstyle="normal";
    headerbgcolor="#FFFFFF";
    headercolor="#000000";
    offbgcolor="#8DC445";
    offcolor="#FFFFFF";
    onbgcolor="#949494";
    oncolor="#FFFFFF";
    //outfilter="randomdissolve(duration=0.3)";
    overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
    padding=4;
    pagebgcolor="#8DC445";
    pagecolor="#FFFFFF";
    separatorcolor="#BCDFA0";
    separatorsize=1;
    subimage="http://modmixbeverages.com/images/arrow.gif";
    subimagepadding=2;
}

with (milonic=new menuname("product_sub")) {
    style=menuStyle;
    itemwidth=178;
    aI("text=&nbsp;citrus margarita;url=http://modmixbeverages.com/products/?product_id=1;");
    aI("text=&nbsp;french martini;url=http://modmixbeverages.com/products/?product_id=2;");
    aI("text=&nbsp;lavender lemon drop;url=http://modmixbeverages.com/products/?product_id=3;");
    aI("text=&nbsp;mojito;url=http://modmixbeverages.com/products/?product_id=4;");
    aI("text=&nbsp;pomegranate cosmopolitan;url=http://modmixbeverages.com/products/?product_id=5;");
    aI("text=&nbsp;wasabi bloody mary;url=http://modmixbeverages.com/products/?product_id=6;");
}



drawMenus();
