/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'index.htm', null		
	 
	],
	['Blog', '/blog', null		
	 
	],
	['Services', 'services.html', null,
		['Overview', 'services.html'],
		['Messaging & Collaboration', 'services-messaging.html'],
		['Windows & Active Directory', 'services-windows.html'],
		['Server Based Computing', 'services-sbc.html'],
		['Training Solutions', 'services-training.html']
	],
	['About Us', 'about-us.html', null

	],
	['Careers', 'careers.html', null

	],
	['Contact Us', 'contact.html', null

	]
];