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="#decbcb";
offcolor="#9a2424";   //font color off
onbgcolor="#ac3939";
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="#e58e8e";
pagecolor="black";
separatorcolor="#F1F3E4";
separatorsize=2;
subimage="../common/arrow_special.gif";
subimagepadding=2;
position="relative";
}

with(mjk=new menuname("Main Menu")){
overfilter="Alpha(opacity=90)";
alwaysvisible=1;
left="offset=-233";
orientation="horizontal";
// onbgcolor="#ac3939";
// offbgcolor="#decbcb";
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>Specialresor</b>&nbsp;&nbsp;;showmenu=specialresor; status=Specialresor;");
aI("text=&nbsp;&nbsp;<b>Jul- & Nyårsresor</b>&nbsp;&nbsp;;url=index.php?page=julresor; status=Jul- & Nyårsresor;");
}

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

overflow="scroll";
aI("text=&nbsp; &nbsp; Skippers Wellnessresor &nbsp; &nbsp; ;url=index.php?page=skipper;");
aI("text=&nbsp; &nbsp; Fotbolls VM i Sydafrika 2010 &nbsp; &nbsp; ;url=index.php?page=fotboll;");
aI("text=&nbsp; &nbsp; Vinterspecial &nbsp; &nbsp; ;showmenu=vinterspecial;");
}

	with(mjk=new menuname("vinterspecial")){

	style=menuStyle;
	aI("text=&nbsp; &nbsp; &nbsp; Golfresor &nbsp; &nbsp; &nbsp; &nbsp;;showmenu=golfresor")
	}

		with(mjk=new menuname("golfresor")){

		style=menuStyle;
		aI("text=&nbsp; &nbsp; &nbsp; Florida (USA) &nbsp; &nbsp; &nbsp; &nbsp;;showmenu=florida")
		aI("text=&nbsp; &nbsp; &nbsp; Namibia &nbsp;;url=index.php?page=namibia;")
		}


		with(mjk=new menuname("florida")){

		style=menuStyle;
		aI("text=&nbsp; &nbsp; &nbsp; Florida för 4 golfare &nbsp; &nbsp; ;url=index.php?page=florida1;")
		aI("text=&nbsp; &nbsp; &nbsp; Östra Florida ;url=index.php?page=florida2;")
		aI("text=&nbsp; &nbsp; &nbsp; Västra Florida ;url=index.php?page=florida3;")		
		}
drawMenus();
