fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=50;
_subOffsetTop=12;
_subOffsetLeft=-45;


with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#808280";
offbgcolor="#FFFFFF";
offcolor="#808284";
bordercolor="#f0f0f0";
borderstyle="none";
borderwidth=0;
separatorcolor="#f0f0f0";
separatorsize="1";
padding="0";
fontsize="8.5pt";
fontstyle="bold";
fontweight="bold";
fontfamily="Tahoma, Arial, Verdana, Arial";
pagecolor="#808284";
pagebgcolor="white";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="imgs/spacer.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#ffffff', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
} 

with(menuStylePopUp=new mm_style()){
onbgcolor="#2B1B03";
oncolor="#ffffff";
offbgcolor="#f0f0f0";
offcolor="#808284";
bordercolor="#f0f0f0";
borderstyle="none";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding="3";
align="left";
fontsize="8.5pt";
fontstyle="bold";
fontweight="bold";
fontfamily="Tahoma, Arial, Verdana, Arial";
pagecolor="#808284";
pagebgcolor="white";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="imgs/spacer.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#696969', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
} 

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
//screenposition="inline";
left="offset=9";
style=menuStyle;
aI("text=Hotels;showmenu=Hotels;url=Hotels.aspx;");
}

with(milonic=new menuname("Hotels")){
style=menuStylePopUp;
aI("text=Affinia Chicago;url=Chicago-Hotel.aspx?name=Affinia-Chicago;");
aI("text=Affinia 50;url=New-York-City-Hotel.aspx?name=Affinia-50;");
aI("text=Affinia Dumont;url=New-York-City-Hotel.aspx?name=Affinia-Dumont;");
aI("text=Affinia Gardens;url=New-York-City-Hotel.aspx?name=Affinia-Gardens;");
aI("text=Affinia Manhattan;url=New-York-City-Hotel.aspx?name=Affinia-Manhattan;");
aI("");
aI("text=Eastgate Tower Hotel;url=New-York-City-Hotel.aspx?name=Eastgate-Tower;");
aI("text=Shelburne Murray Hill;url=New-York-City-Hotel.aspx?name=Shelburne-Murray-Hill;");
aI("text=Surrey Hotel;url=New-York-City-Hotel.aspx?name=Surrey-Hotel;");
aI("");
aI("text=The Benjamin;url=Click.aspx?id=8&from=ADCHome;");
}


