	
	
	
	_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
	_menuOpenDelay=150            // The time delay before menus open on mouse over
	_followSpeed=5                // Follow scrolling speed
	_followRate=50                // Follow scrolling Rate
	_subOffsetTop=2               // Sub menu top offset
	_subOffsetLeft=-10            // Sub menu left offset
	_scrollAmount=3               // Only needed for Netscape 4.x
	_scrollDelay=20               // Only needed for Netcsape 4.x
	
	
	
	with(XPMainStyle=new mm_style()){
	
	}
	
	
	with(XPMenuStyle=new mm_style()){
	bgcolor="#a3a4a4";
	oncolor="#fcfefe";
	offbgcolor="#b3b4b4";
	onbgcolor="#000000";
	offcolor="#242424";
	//bordercolor="#ccffff";
	borderstyle="solid";
	borderwidth=1;
	//separatorcolor="#F20B2C";
	//separatorpadding="2";
	//separatoralign="right";
	separatorwidth="20%";
	padding=2;
	fontsize="70%";
	fontstyle="normal";
	fontweight="bold";
	fontfamily="Arial";
	onborder="2.0px solid #91d8e3";
	subimage="images/arrow1.gif";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#b3b4b4', Direction=135, Strength=5)";
	outfilter="randomdissolve(duration=0.2)";
	//menubgimage="images/services.gif";
	}
	
	
	with(kelagur=new menuname("Main Menu")){
	style=XPMainStyle;
	top=94;
	align="";
	bgcolor="#797878";
	alwaysvisible=1;
	orientation="horizontal";
	margin=0;
	left = 457;
	
	
	
	
	aI("image=images/tr.gif;showmenu=services;");
	
	}

	with(kelagur=new menuname("services")){
	style=XPMenuStyle;
	overflow="scroll";
	margin=1;
	
	aI("text= &nbsp;&nbsp;Support Services &nbsp;&nbsp;;showmenu=legal;url=services.htm");
	aI("text= &nbsp;&nbsp;Advisory Services &nbsp;&nbsp;;url=advisory_services.htm");
	}

	with(kelagur=new menuname("legal")){
	style=XPMenuStyle;
	overflow="scroll";
	margin=1;
	
	
	aI("text= &nbsp;Accounting and Financial Management;url=accounting.htm ");
	aI("text= &nbsp;Legal and Statutory Compliance;url=legal.htm ");
	aI("text= &nbsp;Payroll and Administration;url=payroll.htm");
	aI("text= &nbsp;Direct Taxation and Indirect Taxation;url=taxation.htm");
	aI("text= &nbsp;Audit;url=audit.htm");
	}
	
	
	drawMenus();
