BLANK_IMAGE = 'images/b.gif';

var Style = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		//border:"#002b0f",	// color of the item border, if any
		//shadow:"#002b0f",	// color of the item shadow, if any
		//bgON:"002b0f",		// background color for the items
		//bgOVER:"#002b0f"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var subFirstStyle = {
    style:"filter:alpha(opacity=40)",
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	levelFilters:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)",
	color:{
		border:"#002b0f",	// color of the item border, if any
		shadow:"#002b0f",	// color of the item shadow, if any
		bgON:"#002b0f",		// background color for the items
		bgOVER:"#002b0f"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};
var subStyle = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	levelFilters:"progid:DXImageTransform.Microsoft.Alpha(opacity=60)",
	color:{
		border:"#002b0f",	// color of the item border, if any
		shadow:"#002b0f",	// color of the item shadow, if any
		bgON:"#002b0f",		// background color for the items
		bgOVER:"#002b0f"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:[], itemoff:[24,0], leveloff:[0,(-271)], style:Style, size:[25,252]},
	{code:"The Firm", url:"about/default.htm",
		sub:[
			{style:subFirstStyle, size:[25,270]},
			{code:"Our Philosophy", url:"about/default.htm"},
			{code:"Biographies", url:"about/bios.htm"},
			{code:"News", url:"about/news.htm"},
			{code:"Career Opportunities", url:"about/careers.htm"},
			]
	},
	{code:"Investment Management & Advisory", url:"investment/default.htm",
		sub:[
			{style:subStyle, size:[25,270]},
			{code:"Investment Management", url:"investment/investment.htm"},
			{code:"Investment Research", url:"investment/research.htm"},
			{code:"Investment Advisory", url:"investment/advisory.htm"},
		    {code:"Multidisciplinary Investment Management", url:"institutional/management.htm"},
		    {code:"Equity Selection Process", url:"institutional/equity.htm"},
		    {code:"Fixed Income Investment Philosophy", url:"institutional/fixed.htm"},
		    {code:"Trust, Estate & Fiduciary Management", url:"investment/trust.htm"},
			{code:"Alternative Investments", url:"institutional/alternative.htm"},
		]
	},
	{code:"Family Office Services", url:"investment/family.htm",
		sub:[
			{style:subStyle, size:[25,270]},
			{code:"Family Office Overview", url:"investment/family.htm"},
			{code:"Our Services", url:"investment/familyservices.htm"},
			{code:"At a Glance", url:"investment/ataglance.htm",
		        sub:[
			        {style:subStyle, size:[25,270], leveloff:[0,(-271)]},
		        ]
		    }
		]
	},
	{code:"Contact Us", url:"contact/default.htm"}
];