﻿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=10;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
bordercolor="#003399";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DDFFFF";
offcolor="#003399";
onbgcolor="#6699CC";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#6699CC";
separatorsize=1;
separatorpadding=2;
subimagepadding=2;


}
with(submenuStyle=new mm_style()){
bordercolor="#003399";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#00CCCC";
offcolor="#6699CC";
onbgcolor="#003399";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=1;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#003399";
separatorsize=1;
separatorpadding=2;
subimagepadding=2;
}
with(secondsubmenuStyle=new mm_style()){
bordercolor="#003399";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#009999";
offcolor="#003399";
onbgcolor="#6699CC";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#003399";
separatorsize=1;
separatorpadding=2;
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=280;
orientation="horizontal";
overflow="scroll";
style=menuStyle;
top=160;
margin=3;
aI("text=5 Star;url=http://www.tyneside.org.uk/rest/5star.htm;");
aI("text=4 Star;url=http://www.tyneside.org.uk/rest/4star.htm;");
aI("text=3 Star;url=http://www.tyneside.org.uk/rest/3star.htm;");
aI("text=Airport Hotels;url=http://www.tyneside.org.uk/rest/airport.htm;");
aI("text=Other;url=http://www.tyneside.org.uk/rest/other.htm;");
aI("text=Hotel Search;url=http://www.tyneside.org.uk/rest/index.htm;");
}

drawMenus();


