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=Rome Package;url=package_rome.php;");
aI("text=Venice Package;url=package_venice.php;");
aI("text=New York Package;url=package_new_york.php;");
aI("text=Paris Package;url=package_paris.php;");
}

with(milonic=new menuname("gallery")){
openstyle="up";
style=menuSub;
aI("text=Photo Gallery 1;url=photo_gallery1.php;");
aI("text=Photo Gallery 2;url=photo_gallery2.php;");
}

drawMenus();

