_menuCloseDelay=500         // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150          // The time delay before menus open on mouse over
_followSpeed=500              // Follow scrolling speed
_followRate=100              // Follow scrolling Rate
_subOffsetTop=10            // Sub menu top offset
_subOffsetLeft=0          // Sub menu left offset
_scrollAmount=3             // Only needed for Netscape 4.x
_scrollDelay=20				// Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#333333";
oncolor="#FFFFFF";
offbgcolor="#333333";
offcolor="#FF9900";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=0;
separatorcolor="#CCCCCC";
separatorsize="1";
padding=2;
fontsize="10px";
fontstyle="bold";
fontfamily="Verdana, Helvetica";
pagecolor="#ffffff";
pagebgcolor="#CCCCCC";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Services")){
style=menuStyle;
aI("text=&nbsp;Change Management Solutions&nbsp;;url=./#;");
aI("text=&nbsp;Barriers to Change&nbsp;;url=./#;");
aI("text=&nbsp;How we work&nbsp;;url=./#;");
aI("text=&nbsp;Benefits of our Solutions&nbsp;;url=./#;");
aI("text=&nbsp;Packages&nbsp;;url=./#;");
aI("text=&nbsp;Contact us&nbsp;;url=./#;");
}





