	_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="#abc24f"; 
         offcolor="#5e634b"; 
         bordercolor="#63825A";
         borderstyle="solid";
         borderwidth=0;
         separatorcolor="#63825A";
         separatorsize="0";
         padding=5;       
         headercolor="#000000";
         subimagepadding="2";
         outfilter="fade(duration=0.3)";
         bgimage="files/images/graphics/navbg1.gif";
         overbgimage="files/images/graphics/navbg2.gif";
         itemheight=20;
        offclass="molnavtext";
         headercolor="#ffffff";
         fontstyle="normal";
         fontsize="11";
         fontfamily="Tahoma";
         } 
with(milonic=new menuname("33_1")){style=menuStyle;alwaysvisible=1; menuwidth=697;;orientation="horizontal"
aI("text=home;status=home;url=/;;");aI("text=about overstone;status=about overstone;url=/about-overstone;;");aI("text=current releases;status=current releases;url=/current-releases;;showmenu=33_18;");aI("text=distribution;status=distribution;url=/distribution;;showmenu=33_38;");aI("text=contact us;status=contact us;url=/contact-us;;");aI("text=latest news;status=latest news;url=/register;;");}
with(milonic=new menuname("33_18")){style=menuStyle;
aI("text=Press Releases;status=Press Releases;url=/press-releases;;");}
with(milonic=new menuname("33_38")){style=menuStyle;
aI("text=distributor login;status=distributor login;url=/distributor-login;;");}

	drawMenus();


