with(MainLevelStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="";
borderwidth=0;
fontfamily="Verdana";
fontsize="60%";
fontstyle="bold";
fontweight="bold"
headerbgcolor="#FAA61A";
headercolor="#000000";
offbgcolor="#FAA61A";
offcolor="#000000";
onbgcolor="#FAA61A";
onfgcolor="#666666"
oncolor="#666666";
outfilter="";
overfilter="";
padding=0;
pagebgcolor="#FAA61A";
pagecolor="black";
separatorcolor="#FAA61A";
separatorsize=45;
subimage="";
subimagepadding=0;
}
with(milonic=new menuname("Main Menu")){
	style=MainLevelStyle;
	alwaysvisible=1;
	orientation="horizontal";
	overfilter="";
	position="relative";
aI("text=Home;url=index.html;");aI("text=Modules;url=modules.html;");aI("text=Company Profile;url=companyprofile.html;");aI("text=News Centre;url=news-centre.html;");aI("text=Links &amp; References;url=links-references.html;");aI("text=Contact us;url=contact.html");
	
	}
	drawMenus();
