

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
fixMozillaZIndex=true;

var _spacer="<img src=\"/images/spacer.gif\" width=\"15\" height=\"1\" border=\"0\">";
var _main_menu_top = 70;
var _main_menu_itemheight = 19;
var _submenu_top = _main_menu_top + _main_menu_itemheight + 1;

with(menuStyle1=new mm_style()){
onbgcolor="#EDEDEF";
oncolor="#31368D";
offbgcolor="#FFFFFF";
offcolor="#31368D";
pagebgcolor="#EDEDEF";
pagecolor="#31368D";
padding=0;
fontfamily="Trebuchet MS, Arial, Helvetica, sans-serif";
fontsize="9pt";
fontstyle="normal"
fontweight="bold";
itemheight=_main_menu_itemheight;
separatorcolor="#FFFFFF";
separatorsize="75";
}

/**/
with(menuStyle2=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#31368D";
offbgcolor="#EDEDEF";
offcolor="#31368D";
pagebgcolor="#FFFFFF";
pagecolor="#31368D";
padding=0;
fontfamily="Trebuchet MS, Arial, Helvetica, sans-serif";
fontsize="8pt";
fontstyle="normal";
subimage="/images/arrow_pager_right.gif";
subimagepadding="5";
itemheight="20";
//overfilter="Shadow(color='#777777', Direction=135, Strength=5)";
}


/*
	NOTE: Due to mod_rewrite usage for search engine optimization on certain pages  
	(i.e. news.php?id=1 becomes 1_news.php), some of the values below must be changed
	in certain pages within the site if	they are changed here. Due to the way Milonic
	Menu keeps track of which menu items are highlighted, it is necessary to manually
	highlight the menus at times due to this URL rewriting. All pages requiring	this
	manual highlighting are documented in comments below. For this highlighting we are
	using the Milonic add on script "mmpagehighlighter.js" from the Milonic site.
	Look at the "menu extras" section of the pages noted inline below.
*/


with(milonic=new menuname("Main Menu")){
style=menuStyle1;
top=_main_menu_top;
left=8;
alwaysvisible=1;
orientation="horizontal";
// If you change the showmenu value of the entry below, you must change it in the "menu extras" section of news.php and news_archive.php as well
aI("text=" + _spacer + "Our Company" + _spacer + ";url=/company/;showmenu=company;");
aI("text=" + _spacer + "Solutions" + _spacer + ";url=/solutions/;showmenu=solutions;");
aI("text=" + _spacer + "Our Associates" + _spacer + ";url=/associates/;showmenu=associates");
// If you change the showmenu value of the entry below, you must change it in the "menu extras" section of open_positions.php as well
aI("text=" + _spacer + "Careers" + _spacer + ";url=/careers/;showmenu=careers;");
aI("text=" + _spacer + "FAQs" + _spacer + ";url=/faq/;");
}

with(milonic=new menuname("company")){
style=menuStyle2;
top = _submenu_top;
aI("text=" + _spacer + "About Us" + _spacer + ";url=/company/;");
aI("text=" + _spacer + "Our Founders" + _spacer + ";url=/company/founders.php;");
// If you change the text value of the entry below, you must change it in the "menu extras" section of news.php and news_archive.php as well
aI("text=" + _spacer + "News" + _spacer + ";url=/company/news.php;showmenu=news_archive"); 
aI("text=" + _spacer + "Industry Experience" + _spacer + ";url=/company/industry_experience.php;");
}

	with(milonic=new menuname("news_archive")){
	style=menuStyle2;
	// If you change the text value of the entry below, you must change it in the "menu extras" section of news.php and news_archive.php as well
	aI("text=" + _spacer + "News Archive" + _spacer + ";url=/company/news_archive.php;");
	}

with(milonic=new menuname("solutions")){
style=menuStyle2;
top = _submenu_top;
aI("text=" + _spacer + "Delivery Methodology" + _spacer + ";url=/solutions/;");
aI("text=" + _spacer + "Finance" + _spacer + ";url=/solutions/finance.php;");
aI("text=" + _spacer + "Operations" + _spacer + ";url=/solutions/operations.php;");
aI("text=" + _spacer + "IT" + _spacer + ";url=/solutions/it.php;");
aI("text=" + _spacer + "Accounting" + _spacer + ";url=/solutions/accounting.php;");
}

with(milonic=new menuname("associates")){
style=menuStyle2;
top = _submenu_top;
itemwidth=112;
aI("text=" + _spacer + "Overview" + _spacer + ";url=/associates/;")
aI("text=" + _spacer + "Profiles" + _spacer + ";url=/associates/profiles.php;")
}

with(milonic=new menuname("careers")){
style=menuStyle2;
top = _submenu_top;
aI("text=" + _spacer + "Overview" + _spacer + ";url=/careers/;")
aI("text=" + _spacer + "Benefits" + _spacer + ";url=/careers/benefits.php;")
aI("text=" + _spacer + "Testimonials" + _spacer + ";url=/careers/testimonials.php;")
// If you change the text value of the entry below, you must change it in the "menu extras" section of open_positions.php as well
aI("text=" + _spacer + "Open Positions" + _spacer + ";url=/careers/open_positions.php;")
aI("text=" + _spacer + "Apply Today" + _spacer + ";url=/careers/apply.php;")
}
drawMenus();


