_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"; 
         onbgcolor="adb4c8";
          offbgcolor="transparent";
         bordercolor="#101242";
         borderstyle="solid";
         borderwidth=0;
         separatorcolor="#101242";
         separatorsize="1";
         padding='0px 0px 0px 12px';       
         pagecolor="transparent";
         pagebgcolor="transparent";
         headercolor="#000000";
         headerbgcolor="#eeeeee";
         subimage=wsfe.assetsBucket+"images/graphics/arrow.gif";
         subimagepadding="2";
         outfilter="randomdissolve(duration=0.3)";
         itemheight=20;
itemwidth=153;
         headercolor="#ffffff";
         fontstyle="normal";
         fontsize="12";
         fontfamily="Arial";
         } 
with(milonic=new menuname("264_1")){style=menuStyle;alwaysvisible=1;position='relative';;orientation='vertical';aI("text=Home;status=Home;url="+wmUrl.isr+"home"+wmUrl.sqs+";");aI("text=Contact Us;status=Contact Us;url="+wmUrl.isr+"contact_us"+wmUrl.sqs+";");}