_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
with(menuStyle=new mm_style()){
         oncolor="#000000"; 
         offcolor="#000000"; 
         pagecolor="#000000";
 
         bordercolor="yellow";
         borderstyle="solid";
         borderwidth=0;

         separatorcolor="#83d8f5";
         separatorsize="0";
         padding='0 0 0 14';       

         pagebgcolor="";
         headercolor="";
         headerbgcolor="";
         
//      subimage=wsfe.assetsBucket+"images/graphics/arrow.gif";
//      subimagepadding="2";
         outfilter="randomdissolve(duration=0.3)";

         itemheight=25;
         
         headercolor="#ffffff";
         
         fontstyle="normal";
         fontsize="12";
         fontfamily="Arial";
         
         } 
with(milonic=new menuname("68_77")){style=menuStyle;alwaysvisible=1;position='relative';;orientation='vertical';}