_menuCloseDelay=100;          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=3;            // The time delay before menus open on mouse over
_subOffsetTop=5;              // Sub menu top offset
_subOffsetLeft=-2;             // Sub menu left offset

	// Top Menu Bar
with(menuStyleL=new mm_style()){
	offbgcolor="#3B8CB9";
	offcolor="#ffffff";
	onbgcolor="#2E6D90";
	oncolor="#ffffff";
	bordercolor="#275A76";
	borderstyle="solid";
	borderwidth=1; 
	separatorcolor="#275A76";
	separatorsize="1";
	padding=4;
	fontsize="11px";
	fontstyle="normal";
	fontweight="normal";
	fontfamily="tahoma";
	pagecolor="#044e8e";
	pagebgcolor="#c7c10";
	headercolor="#be0500";
	headerbgcolor="#be0500";
	subimage =	"images/arow.gif";	
	subimagepadding="2";
	overfilter="Wipe(GradientSize=1.0,wipeStyle=1,motion=forward,enabled=0,Duration=0.62,a);Shadow(color='#e8e7e7', Direction=130, Strength=1)";
}

		with(link=new menuname("about")){    
		style=menuStyleL;
		overflow="scroll";
		    aI("text=&nbsp;About the Company&nbsp;&nbsp;</font>;url=../content/viewcontent.aspx?linkId=4&linkLvl1Id=2;target=_self");
			aI("text=&nbsp;Management Team&nbsp;&nbsp;</font>;url=../content/viewcontent.aspx?linkId=5&linkLvl1Id=2;target=_self");
			aI("text=&nbsp;Global Presence &nbsp;&nbsp;</font>;url=../content/viewcontent.aspx?linkId=6&linkLvl1Id=2;target=_self");
			aI("text=&nbsp;Our Clients &nbsp;&nbsp;</font>;url=../content/viewcontent.aspx?linkId=7&linkLvl1Id=2;target=_self");
							
		
		}
		with(link=new menuname("academics")){
            style=menuStyleL;
			overflow="scroll";
			aI("text=&nbsp;&nbsp;Overview &nbsp;&nbsp;</font>;url=../content/viewcontent.aspx?linkId=32&linkLvl1Id=10;target=_self"); 
           	aI("text=&nbsp;&nbsp;Cost &nbsp;&nbsp;</font>;url=../content/viewcontent.aspx?linkId=11&linkLvl1Id=10;target=_self"); 
			aI("text=&nbsp;&nbsp;Technology &nbsp;&nbsp;</font>;url=../content/viewcontent.aspx?linkId=12&linkLvl1Id=10;target=_self");
			aI("text=&nbsp;&nbsp;Industry Wisdom and Domain Leadership </font>;url=../content/viewcontent.aspx?linkId=13&linkLvl1Id=10;target=_self");
			aI("text=&nbsp;&nbsp;Customers  </font>;url=../content/viewcontent.aspx?linkId=25&linkLvl1Id=10;target=_self");
			aI("text=&nbsp;&nbsp;We Care </font>;url=../content/viewcontent.aspx?linkId=14&linkLvl1Id=10;target=_self");
			
	        }	
		
		  
drawMenus();
