fixMozillaZIndex=true; 
        _menuCloseDelay=50;
        _menuOpenDelay=150;
        _subOffsetTop=2;
        _subOffsetLeft=-200;

        with(menuStyle=new mm_style()){
        bordercolor="#CCCCCC";
        borderstyle="solid";
        borderwidth=1;
        fontfamily="Arial";
        fontsize="11px";
        fontstyle="normal";
        headerbgcolor="#000000";
        headercolor="#000000";
        offbgcolor="#000000";
        offcolor="#FFFFFF";
        onbgcolor="#C9A163";
        oncolor="#000000";
        outfilter="randomdissolve(duration=0.3)";
        overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
        padding=5;
        pagebgcolor="#FFFFFF";
        pagecolor="black";
        separatorcolor="#FFFFFF";
        separatorsize=1;
     }
	 
	
with(milonic=new menuname("Career"))
	{
		style=menuStyle;
		aI("text=Employment News;url=Employment.asp;");
											
		style=menuStyle;
		aI("text=Result ;url=result.asp;");

		
	}

drawMenus();

with(milonic=new menuname("Vendor")){
style=menuStyle;
aI("text=Supplier;url=#;");
aI("text=Customers ;url=#;");
aI("text=Contractors;url=#");
}
drawMenus();


with(milonic=new menuname("Customer")){
style=menuStyle;
aI("text=Spot Booking;url=http://connect.hindustancopper.com/;target=new");
aI("text=Marketing Policy;url=MarketingPolicy.asp;");
}
drawMenus();