fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=1000           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){
bordercolor="#F1F3E4";
borderstyle="";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10px";
fontstyle="normal";
fontcolor="#7F8650";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#d3e4c6";
offcolor="#333300";
onbgcolor="#588650";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=89);Shadow(color=#333300', Direction=135, Strength=1)";
padding=5;
pagebgcolor="#b2c7a2";
pagecolor="black";
separatorcolor="#F1F3E4";
separatorsize=2;
subimage="../common/arrow_golf.gif";
subimagepadding=2;
position="relative";
}

with(mjk=new menuname("Main Menu")){
overfilter="Alpha(opacity=90)";
alwaysvisible=1;
left="offset=-239";
orientation="horizontal";
screenposition="center";
style=menuStyle;
top=204;
aI("text=&nbsp; <b>Home</b> &nbsp;;url=http://www.greenways.se/;status=Tillbaka till startsidan;");
aI("text=&nbsp;&nbsp;<b>Europa</b>&nbsp;&nbsp;;showmenu=europa;status=Premium Tours;");
aI("text=&nbsp;&nbsp;<b>Afrika</b>&nbsp;&nbsp;;showmenu=afrika;status=Premium Tours;");
aI("text=&nbsp;&nbsp;<b>Amerika</b>&nbsp;&nbsp;;showmenu=amerika;status=Premium Tours;");
}

with(mjk=new menuname("europa")){
style=menuStyle;

overflow="scroll";
aI("text=&nbsp;&nbsp;Portugal &nbsp; &nbsp;;url=index.php?page=portugal");

}

with(mjk=new menuname("afrika")){
style=menuStyle;

overflow="scroll";
aI("text=&nbsp;&nbsp;Kenya &nbsp; &nbsp; &nbsp;;url=index.php?page=kenya;");

}

with(mjk=new menuname("amerika")){
style=menuStyle;

overflow="scroll";
aI("text=&nbsp;&nbsp;Argentina &nbsp; &nbsp; &nbsp; &nbsp;;url=index.php?page=cordoba;");
aI("text=&nbsp;&nbsp;Mexico &nbsp; &nbsp; &nbsp; &nbsp;;url=index.php?page=mexico;");

}

drawMenus();

