/* --- menu items --- */
var MENU_ITEMS0 = [
	['Home','/', null,],

	['Our Company', '/?page=about',  {'sw':100}, 
		['About Stone Harbor', '/?page=about'],
		['Culture', '/?page=culture'],
		['Investment Approach', '/?page=investapproach'],
		['Philosophy', '/?page=philosophy'],
		['In The News', '/?page=news'],
	],

	['People', '/bios',],

	['Products', '/?page=products', {'sw':70},
		['Allocation Strategies', '/?page=coreplus'],
		['Core', '/?page=corefixed'],
		['High Yield', '/?page=highyieldc'],
		['Emerging Markets', '/?page=emarkets'],
	],

	['Contact Us', '/?page=contact', {'sw':100}]
];

