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="#901509";
borderstyle="solid";
borderwidth=1;
fontfamily="georgia, sans-serif";
fontsize=".9em";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";

onbgcolor="#cd3f0d";  //mouseover highlighted color (dark red) Also for any main items that are links.
oncolor="#ffffff";  //text color for highlighted menu item

offbgcolor="#901509";  //general background color for menu -- no mouseover (brick red)
offcolor="#FFFFFF";  //text color in neutral state

padding=5;

pagebgcolor="#cd3f0d";   //selected menu bgcolor
pagecolor="FFFFFF";  //default selected item font color
separatorcolor="#901509";
separatorsize=1;
//subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=About Us Home;url=category.php?category=about&section=about;")
aI("text=Our Mission;url=category.php?category=about&section=mission;");
aI("text=Become a Donor;url=category.php?category=about&section=member;");
aI("text=Our Donors;url=category.php?category=about&section=donors;");
aI("text=Staff;url=category.php?category=about&section=staff;");
aI("text=Board of Directors;url=category.php?category=about&section=board;");
aI("text=Address and Directions;url=category.php?category=about&section=contact;");
}

with(milonic=new menuname("IMT")){
style=menuStyle;
aI("text=IMT Home;url=category.php?category=imt&section=imt;")
aI("text=New Client Information;url=category.php?category=imt&section=fees;");
aI("text=Research;url=category.php?category=imt&section=research;");
aI("text=IMT Certified Therapists;url=category.php?category=imt&section=txts;");
}

with(milonic=new menuname("Yoga")){
style=menuStyle;
aI("text=Yoga Home;url=category.php?category=yoga&section=yoga;")
aI("text=Schedule;url=category.php?category=yoga&section=schedule;");
aI("text=Fees;url=category.php?category=yoga&section=fees;");
aI("text=Drop-In Classes;url=category.php?category=yoga&section=dropin;");
aI("text=Yoga for Beginners;url=category.php?category=yoga&section=beginners;");
aI("text=Yoga for Special Conditions;url=category.php?category=yoga&section=special-conditions;");
aI("text=Corporate Yoga;url=category.php?category=yoga&section=corporate;");
aI("text=Private Yoga;url=category.php?category=yoga&section=private;");
}

with(milonic=new menuname("Kids")){
style=menuStyle;
aI("text=Samarya Kids and Teens;url=category.php?category=kids&section=kids-home;");
aI("text=Kids and Teens Classes;url=category.php?category=kids&section=kids-classes;");
aI("text=Kids and Teens Specialized Programs;url=category.php?category=kids&section=kids-programs;");
aI("text=Kids and Teens IMT;url=category.php?category=kids&section=kids-imt;");
aI("text=Kids and Teens Outreach;url=category.php?category=kids&section=kids-outreach;");
aI("text=Teaching Kids and Teens;url=category.php?category=kids&section=kids-teach;");
aI("text=Camps, Workshops and Special Events;url=category.php?category=kids&section=kids-events;");
aI("text=Tuition, Policy, and Etiquette;url=category.php?category=kids&section=kids-policy;");
}

with(milonic=new menuname("Training")){
style=menuStyle;
aI("text=Training Home;url=category.php?category=training&section=training;")
aI("text=Yoga Teacher Training;url=category.php?category=training&section=teacher-training");
aI("text=IMT Training;url=category.php?category=training&section=imt-workshops;");
aI("text=IMT Certification;url=category.php?category=training&section=certification;");
aI("text=Applied Yoga Teachings;url=category.php?category=training&section=topics;");
aI("text=Host an IMT Training;url=category.php?category=training&section=host-training;");
aI("text=Where to Stay in Seattle;url=category.php?category=training&section=stay;");
}

with(milonic=new menuname("CommunityPrograms")){
style=menuStyle;
aI("text=Our Community Programs;url=category.php?category=community&section=community;");
aI("text=SCCOR Program;url=category.php?category=community&section=sccor;");
aI("text=Become A Volunteer;url=category.php?category=community&section=volunteer;");
aI("text=Community Exchange Program;url=category.php?category=community&section=exchange;");
}

with(milonic=new menuname("Events")){
style=menuStyle;
aI("text=Special Events;url=category.php?category=events&section=events;");
aI("text=Retreats;url=category.php?category=events&section=retreats;");
aI("text=Yoga Workshops;url=category.php?category=events&section=workshops;");
}

with(milonic=new menuname("LatestNews")){
style=menuStyle;
aI("text=News Home;url=category.php?category=happenings&section=happenings;");
aI("text=Newsletters;url=category.php?category=happenings&section=newsletter;");
}

//drawMenus();


