 blsNav.menuItems = [

	Solutions = new BlsNavItem("SOLUTIONS","solutions_overview.php",0,1),
	Services = new BlsNavItem("SERVICES","services_overview.php",0,1),
 	About_Us = new BlsNavItem("ABOUT US","adaptone_leadership.php",0,1),
 	Portfolio = new BlsNavItem("PORTFOLIO","portfolio/",0,1)
 ];

 

 

 /* items within menus: */


 Solutions.menuItems = [
 	Solutions_srm = new BlsNavItem("Supplier Management","srm.html"),
 	Solutions_workforce = new BlsNavItem("WorkForce Management","workforce.html"),
 	Solutions_quality = new BlsNavItem("Quality Management","quality.html"),
 	Solutions_adaptone = new BlsNavItem("AdaptOne Base Platform","adaptone_base.html"),
 	Solutions_dsc = new BlsNavItem("Diversity Staffing Consortium","/dsc/index.html")
 ];



 Services.menuItems = [
 	Services_Product_Support = new BlsNavItem("Product Support","services_prod_support.php"),
 	Services_Process_Implementation = new BlsNavItem("Process Implementation","services_implementation.php"),
 	Services_Training = new BlsNavItem("Training","services_training.php")
 ];
 

 About_Us.menuItems = [
 	AdaptOne_Leadership = new BlsNavItem("Leadership","adaptone_leadership.php"),
 	AdaptOne_Partnership = new BlsNavItem("Partnership","adaptone_partnership.php"),
 	AdaptOne_Careers = new BlsNavItem("Careers","adaptone_careers.php"),
 	AdaptOne_Contact = new BlsNavItem("Contact Us","adaptone_contact.html")
 ];
 
  Portfolio.menuItems = [
 	Portfolio_NAP = new BlsNavItem("NMSDC Affiliate Portal","portfolio/NAP/"),
 	Portfolio_SRM = new BlsNavItem("Supplier Relationship Management","portfolio/SRM/"),
 	Portfolio_WorkForce = new BlsNavItem("WorkForce Management","portfolio/WorkForce/")
 	 ];