/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=125            // The time delay before menus open on mouse over
_subOffsetTop=1              // Sub menu top offset
_subOffsetLeft=1             // Sub menu left offset
buildAfterLoad=true;
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps 

with(menuStyle=new mm_style()){
onbgcolor="#EF7F1A";
oncolor="#000000";
offbgcolor="#998a62";
offcolor="#FFFFFF";
bordercolor="#1a1819";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
separatorpadding=0;
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
margin=0;
padding=4;
fontsize="75%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="white";
pagebgcolor="#1a1819";
headercolor="#000000";
headerbgcolor="#F37610";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=80);Shadow(color='#F37610', Direction=135, Strength=0)";
outfilter="fade(duration=0.3)";
}

with(milonic=new menuname("Continuing education")){
style=menuStyle;
aI("text=Our Workshops;url=/cpt_workshops.htm;status=Our Workshops;");
aI("text=Wunda Chair Workshop;url=/wunda_workshops.asp;status=Wunda Chair Workshop;");
//aI("text=Guest Presenter Workshops;url=/teacher_workshops.asp;status=Guest Presenter Workshops;");//
}

with(milonic=new menuname("Certification")){
style=menuStyle;
aI("text=Teacher Training;url=/teacher_training.htm;status=Teacher Training;");
aI("text=Beginner Mat Certification;url=/pilates-beginner-mat-certification.asp;status=Beginner Mat Certification;");
}

drawMenus();

