_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
align="left";
bgimage="purplegrad3d.gif";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
image="sqauredot_black_5x5.gif";
imagepadding=2;
offbgcolor="#ffffff";
offcolor="#000000";
oncolor="#000000";
outfilter="fade(duration=0.5)";
pagecolor="black";
subimage="purpgradwhite.gif";
subimagepadding=5;

}

with(submenuStyle=new mm_style()){
styleid=1;
borderstyle="raised";
borderwidth=2;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
high3dcolor="#ffffff";
low3dcolor="#634263";
offbgcolor="#AB6FAA";
offcolor="#000000";
oncolor="#ffffff";
outfilter="fade(duration=0.5)";
padding=3;
pagecolor="black";
separatorsize=2;
subimage="images/arrow.gif";
subimagepadding=8;
swap3d=1;
}

with(new menuname("Main Menu")){
alwaysvisible=1;
itemheight=21;
left=10;
margin=4;
orientation="vertical";
style=menuStyle;
screenposition="center"
top="offset=-200"
position="relative";
aI("align=left;status=Back To Home Page;text=Home;url=index.php;");
aI("align=left;showmenu=Corporate;text=Corporate;");
aI("align=left;showmenu=Outsourcing;text=Outsourcing;");
aI("align=left;showmenu=Solutions;text=Solutions;");
aI("align=left;showmenu=Services;text=Services;");
aI("align=left;showmenu=Industries;text=Industries;");
aI("align=left;showmenu=Clients;text=Clients;");
aI("align=left;showmenu=Careers;text=Careers;");
}

with(new menuname("Corporate")){
style=submenuStyle;
aI("text=About Us;url=about.php;");
aI("text=Contact Us;url=contact.php;");
aI("showmenu=Why Rake;text=Why RakeTek;");

}


with(new menuname("Why Rake")){
style=submenuStyle;
aI("text=Technology;url=technology.php;");
aI("text=Design;url=design.php;");
aI("text=Project Management;url=project.php;");
aI("text=Domain Expertise;url=domain.php;");
}

with(new menuname("Outsourcing")){
style=submenuStyle;
aI("text=Offshore Outsourcing;url=offshore.php;");
aI("text=Dedicated Development Center;url=dev_cen.php;");
aI("text=Outsourcing To India;url=outs_to_india.php;");
aI("text=Quality Assurance;url=quality_assu.php;");
}

with(new menuname("Solutions")){
style=submenuStyle;
aI("text=Ebusiness;url=ebusiness.php;");
aI("text=Enterprise Solutions;url=enterprise.php;");
aI("text=J2EE Solutions;url=j2eesol.php;");
aI("text=<B>.</B>NET Solutions;url=dotnet.php;");

}

with(new menuname("Services")){
style=submenuStyle;
aI("text=Consulting;url=consulting.php;");
aI("text=Web Application;url=webapp.php;");
aI("text=Application Development;url=appdev.php;");
aI("text=Mobile Software;url=mob_soft.php;");
}

with(new menuname("Industries")){
style=submenuStyle;
aI("text=Banking;url=banking.php;");
aI("text=Financial Services;url=financial.php;");
aI("text=Insurance;url=insurance.php;");
aI("text=Telecommunications;url=telecommunications.php;");
aI("text=Pharmaceuticals;url=pharmaceuticals.php;");
aI("text=Health Care;url=health.php;");
}

with(new menuname("Clients")){
style=submenuStyle;
aI("text=Client Testimonials;url=testimonials.php;");
}

with(new menuname("Careers")){
style=submenuStyle;
aI("text=Overview;url=overview.php;");
aI("text=Benefits;url=benefits.php;");
aI("text=Open Positions;url=openpos.php;");
aI("text=Submit Resume;url=subresume.php;");

}
drawMenus();

