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=2;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){

bordercolor="#959A93";
//bgimage="back.jpg";
itemheight=30;
borderstyle="solid";
borderwidth=1;
fontfamily="ARIAL, Tahoma, Arial";
fontsize="12px"; //old 13px----menu font size
fontstyle="normal";
fontweight="bold";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#4E88C7";
offcolor="#FFFFFF";
onbgcolor="#231F20";
oncolor="#FFFFFF";
//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=40);Shadow(color=#777777', Direction=135, Strength=0)";
padding=0;
//pagebgcolor="#F2E8C4";
//pagecolor="white";
separatorcolor="#A0AFA7";
separatorsize=1;
//subimage="includes/arrow.gif";
subimagepadding=2;
}


with(menuStyle2=new mm_style()){
bordercolor="#959A93";
borderstyle="solid";
borderwidth=1;
fontfamily="Arial, Verdana, Arial";
fontsize="11px"; //old 13px----menu font size
fontstyle="normal";
fontweight="bold";
headerbgcolor="#000000";
headercolor="#000000";
offbgcolor="#231F20";
onbgcolor="#4E88C7";
offcolor="#FFFFFF";
oncolor="#FFFFFF";

//outfilter="randomdissolve(duration=0.3)";
//overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#BC1E1A', Direction=135, Strength=2)";
padding=5;
//pagebgcolor="white";
//pagecolor="white";
separatorcolor="#A0AFA7";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
//position="relative";
screenposition="center";
left="offset=0";
alwaysvisible=1;
//left=120;
followscroll=0; 
orientation="horizontal";
style=menuStyle;
top=137;
//---------- menu list


aI("itemwidth=59;align=center;text=HOME;url=../default.asp;")
aI("itemwidth=100;align=center;text=PRESENTERS;url=../presenters.asp;")

//aI("itemwidth=80;align=center;text=PROGRAM;url=../schedule.asp;")
aI("itemwidth=80;align=center;showmenu=Program;text=PROGRAM;")

aI("itemwidth=190;align=center;showmenu=Reg;text=PRICING & REGISTRATION;")
aI("itemwidth=143;align=center;text=VENUE/LOCATION;url=../venue.asp;")
aI("itemwidth=162;align=center;text=SPONSORS & LINKS;url=../sponsors.asp;")
aI("itemwidth=67;align=center;showmenu=Press;text=PRESS;");
aI("itemwidth=80;align=center;text=CONTACT;url=../contact.asp;")
aI("itemwidth=69;align=center;text=ΕΛΛΗΝΙΚΑ;url=../greek.asp;")

}
with(milonic=new menuname("Program")){
style=menuStyle2;
aI("status=Symposium Schedule;text=&nbsp;Symposium Schedule&nbsp;&nbsp;;url=../schedule.asp;")
aI("status=Seminars Descriptions;text=&nbsp;Description of Seminars&nbsp;;url=../seminars.asp;");

}


with(milonic=new menuname("Press")){
style=menuStyle2;
aI("status=Press Release;text=&nbsp;Press Release&nbsp;&nbsp;;url=../pressReleases.asp;")
aI("status=Pdf Flyer;text=&nbsp;Pdf Flyer&nbsp;;url=../poster.asp;");
aI("status=Comments;text=&nbsp;Comments&nbsp;;url=../comments.asp;");
}

with(milonic=new menuname("Reg")){
style=menuStyle2;
aI("status=Pricing & Registration for Pilates Professionals;text=&nbsp;For Pilates Professionals&nbsp;&nbsp;;url=../registration.asp;")
aI("status=Discounts;text=&nbsp;Discounts&nbsp;;url=../registrationDiscounts.asp;");
}




drawMenus();



