fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps

_menuCloseDelay=500;

_menuOpenDelay=150;

_subOffsetTop=0;

_subOffsetLeft=0;





with(menuStyle_Main=new mm_style()){

  align="left"

  bordercolor="";

  borderstyle="";

  borderwidth=0;

  fontfamily="Verdana, Arial, Helvetica, sans-serif";

  fontsize="10px";

  fontstyle="normal";

  headerbgcolor="";

  headercolor="";

  offbgcolor="";

  offcolor="#ffffff";

  onbgcolor="";

  oncolor="#ffffff";



  //outfilter="randomdissolve(duration=0.3)";

  overfilter="Fade(duration=0.2);Alpha(opacity=90);"; 

/*  rawcss="padding: 4px 8px 4px 8px;"*/

  pagebgcolor=""; 

  pagecolor="";

  separatorcolor="";

  separatorsize=0;//dlm

}



with(menuStyle_SubMenu1=new mm_style()){

  bordercolor="#333333";

  borderstyle="dotted";

  borderwidth=2;

  fontfamily="Verdana, Arial, Helvetica, sans-serif";

  fontsize="12px";

  fontstyle="normal";

  headerbgcolor="";

  headercolor="";

  offclass="menuStyle_SubMenu1_off";

  offbgcolor="#ffffff";

  offcolor="#000000";

  onclass="menuStyle_SubMenu1_on";

  onbgcolor="#262b2e";

  oncolor="#ffffff";
  
  decoration="none";
  
  ondecoration="none";

  //outfilter="randomdissolve(duration=0.3)";

  overfilter="Fade(duration=0.3);Alpha(opacity=90);";

  //padding=7; //this is set by the offclass because I needed different values for the top, right, bottom and left properties

  //itemwidth=100;

  separatorcolor="#e7e1c9";

  separatorsize=0;

  keepalive: 'true';

}







/* MAINMENU */

with(milonic=new menuname("Main Menu")){

  alwaysvisible=1;

  orientation="horizontal";

  style=menuStyle_Main;

  aI("showmenu=guests;image=images/navigation/guests.gif;overimage=images/navigation/guests_over.gif;");

  aI("showmenu=details;image=images/navigation/details.gif;overimage=images/navigation/details_over.gif;");

  aI("showmenu=what;image=images/navigation/what.gif;overimage=images/navigation/what_over.gif;");

  aI("showmenu=media;image=images/navigation/media.gif;overimage=images/navigation/media_over.gif;");

  aI("url=http://www.facebook.com/pages/Southlake-TX/Pink-Impact/31284798090;target=_blank;image=images/navigation/facebook.gif;overimage=images/navigation/facebook_over.gif;");

  aI("url=http://www.pinkimpact.com/blog;target=_blank;image=images/navigation/blog.gif;overimage=images/navigation/blog_over.gif;");

}





/* SUBMENUS LEVEL 1 */

with(milonic=new menuname("guests")){

  overflow="scroll";

  style=menuStyle_SubMenu1;
  
  

  aI("text=Robert Morris;url=index.php?action=speakers_morris;");

  aI("text=Holly Wagner;url=index.php?action=speakers_wagner;");

  aI("text=Marilyn Hickey;url=index.php?action=speakers_hickey;");

  aI("text=Kari Jobe;url=index.php?action=speakers_jobe;");
  
  aI("text=Miriam Webster;url=index.php?action=speakers_webster;");

}



with(milonic=new menuname("details")){

  overflow="scroll";

  style=menuStyle_SubMenu1;

  aI("text=Rates & Registration;url=index.php?action=details_registration;");

  aI("text=Conference Schedule;url=index.php?action=details_schedule;");

  aI("text=Travel & Venue;url=index.php?action=details_venue;");
  
  aI("text=Contact;url=index.php?action=contact;");
  
  aI("text=FAQ;url=index.php?action=faq;");
  
    aI("text=Volunteer;url=index.php?action=volunteer;");

}



with(milonic=new menuname("what")){

  overflow="scroll";

  style=menuStyle_SubMenu1;

  aI("text=What's New;url=index.php?action=whattoexpect_whatsnew;");

  aI("text=Pink Fun;url=index.php?action=whattoexpect_events;");

}



with(milonic=new menuname("media")){

  overflow="scroll";

  style=menuStyle_SubMenu1;

  aI("text=Video Gallery;url=index.php?action=media_videos;");

  aI("text=Photo Gallery;url=index.php?action=media_photos;");

  aI("text=Spread the Word;url=index.php?action=media_spreadtheword;");

  aI("text=Invite a Friend;url=index.php?action=media_invite;");



}



with(milonic=new menuname("facebook")){

  overflow="scroll";

  style=menuStyle_SubMenu1;

  aI("text=Facebook 1;url=index.php?action=;");

}



with(milonic=new menuname("blog")){

  overflow="scroll";

  style=menuStyle_SubMenu1;

  aI("text=Blog 1;url=index.php?action=;");

}





drawMenus();







