_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana;";
fontsize=12;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#FFFFFF";
oncolor="#FFFFFF";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#000000";
separatorsize=1;
offclass="mmpadding";
onclass="mmpadding1";
}


with(SubmenuStyle=new mm_style()){
fontfamily="Verdana;";
fontsize=11;
fontweight="bold"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#191919";
borderwidth=1;
borderstyle="solid";
bordercolor="#191919";
offcolor="#FFFFFF";
offbgcolor="#A294AD";
oncolor="#FFFFFF"; 
onbgcolor="#8F72A6"; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=Home;text=Home;url=index.html;");
aI("showmenu=About;text=About Us;url=about.html;");
aI("showmenu=Services;text=Services;url=services.html;");
aI("showmenu=Career;text=Career Center;url=career_center.html;");
aI("showmenu=Contact;text=Contact;url=contact.html;");

}

with(milonic=new menuname("About")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Overview;text=Overview;url=about.html;");
aI("showmenu=Relationship;text=Relationship Driven;url=relationship_driven.html;");
aI("showmenu=Quality Focus;text=Quality Focus;url=quality_focus.html;");
aI("showmenu=Dedicated;text=Dedicated;url=dedicated.html;");
aI("showmenu=Speedy Delivery;text=Speedy Delivery;url=speedy_delivery.html;");
aI("showmenu=IT Staffing Service;text=IT Staffing Service;url=it_staffing_services.html;");
aI("showmenu=Testimonials;text=Testimonials;url=testimonials.html;");
}

with(milonic=new menuname("Services")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Overview;text=Overview;url=services.html;");
aI("showmenu=IT Recruiting;text=IT Recruiting;url=it_recruiting.html;");
aI("showmenu=Choosing;text=Choosing your Vendor;url=vendor.html;");
aI("showmenu=Recruiting Strategies;text=Recruiting Strategies;url=recruiting_strategies.html;");
}

with(milonic=new menuname("Career")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Overview;text=Overview;url=career_center.html;");
aI("showmenu=Candidate;text=Candidate Services;url=candidate_services.html;");
aI("showmenu=Resume;text=Resume Critique;url=resume_critique.html;");
aI("showmenu=resume;text=Resume Building;url=resume_building.html;");
aI("showmenu=CareerStrategies;text=Career Strategies;url=career_strategies.html;");
aI("showmenu=send;text=Send Us Your Resume;url=resume.html;");
}

drawMenus();