fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=150;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=1;


with(menuStyle=new mm_style()){
align="center";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11";
fontweight="bold";
fontstyle="normal";
itemheight=26;
menuheight=26;
/*headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFFFFF";
offcolor="#636464";
onbgcolor="#d9dda9";
oncolor="#c1002b";*/
/*outfilter="randomdissolve(duration=0.0)";*/
/*overfilter="Fade(duration=0.0);Alpha(opacity=100)";*/
separatorimage="images/nav/separator.gif";
separatorsize="27"; 
padding=0;
}

with(menuSub=new mm_style()){
align="left";
bordercolor="#414141";
borderstyle="solid";
borderwidth=2;
fontfamily="Arial";
fontsize="12";
fontweight="bold";
fontstyle="normal";
itemheight=26;
menuheight=26;
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#aaaaaa";
onbgcolor="#000000";
oncolor="#ffffff";
/*outfilter="randomdissolve(duration=0.0)";*/
/*overfilter="Fade(duration=0.0);Alpha(opacity=100)";*/
padding=7;
pagebgcolor="#414141";
pagecolor="#ffffff";
separatorcolor="#2e2e2e";
separatorsize=2;
zindex=90;
}

with(milonic=new menuname("packages")){
openstyle="up";
style=menuSub;
aI("text=Prague Package;url=package_prague.php;");
aI("text=Milano Package;url=package_milano.php;");
aI("text=Santorini Package;url=package_santorini.php;");
aI("text=Monte-Carlo Package;url=package_monte_carlo.php;");
}

with(milonic=new menuname("pg")){
openstyle="up";
style=menuSub;
aI("text=Sample Album;url=gallery_jacqui.php;");
aI("text=Photo Gallery;url=gallery_main.php;");
}

drawMenus();


