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="#003300";
borderstyle="solid";
borderwidth=1;
align="left";
fontfamily="Arial,verdana,Tahoma";
fontsize="12px";
fontstyle="bold";
headerbgcolor="#003300";
headercolor="#003300";

offbgcolor="#ffffff";
offcolor="#003300";
onbgcolor="#e4d881";
oncolor="#003300"; // onMouseOver Font Color

outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color=#cfcfcf', Direction=135, Strength=2)";
padding=5;
pagebgcolor="#ffffff";
pagecolor="#003300";
separatorcolor="#003300";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

//mmenu1
with(milonic=new menuname("WeddingPackages")){
overflow="scroll";
style=menuStyle;
aI("text=<strong>Friday Wedding Packages</strong>;url=trolley_package_friday_sunday.html;");
aI("text=<strong>Saturday Wedding Packages</strong>;url=trolley_package_saturday.html;");
aI("text=<strong>Sunday Wedding Packages</strong>;url=trolley_package_friday_sunday.html;");
aI("text=<strong>Trolley Floral Pacakge</strong>;url=floral_package.html;");
}


drawMenus();

