
BLANK_IMAGE = '/cooljsmenu/client/blank.gif';

var TOP_STYLE = {
	border:0,
	shadow:0,
	color:{
		border:'',
		shadow:'',
		bgON:'',
		bgOVER:''
	},
	css:{
		ON:'topNormal',
		OVER:'topRollovered'
	}	
};

var STYLE = {
	border:1,
	shadow:0,
	color:{
		border:'#D4D4D4',
		shadow:'#D4D4D4',
		bgON:'#fafafa',
		bgOVER:'#e5e5e5'
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}	
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,101], leveloff:[0,0], style:TOP_STYLE, size:[25,101]},
	
	
		{code:'<img src="/images/nav-os1.gif" width="122" height="41" />',
			ocode:'<img src="/images/nav-os2.gif" width="122" height="41" />',
			format:{itemoff:[0,0], size:[41,122]},
			url:'http://'+cg_domain+'/our_services/'
			
			,
			sub:[
				{itemoff:[24,0], leveloff:[41,0], size:[25,180], style:STYLE},
				
				{code:'Our Services',
				 url:'http://'+cg_domain+'/our_services/'
				}
			]
				
		}
	,
		{code:'<img src="/images/nav-op1.gif" width="122" height="41" />',
			ocode:'<img src="/images/nav-op2.gif" width="122" height="41" />',
			format:{itemoff:[0,122], size:[41,122]},
			url:'http://'+cg_domain+'/our_process/'
			
			,
			sub:[
				{itemoff:[24,0], leveloff:[41,0], size:[25,180], style:STYLE},

				{code:'Our Process',
				 url:'http://'+cg_domain+'/our_process/'
				},
				{code:'Where Science Meets Art',
				 url:'http://'+cg_domain+'/our_process/science_meets_art.asp'
				},
				{code:'Model Portfolios',
				 url:'http://'+cg_domain+'/our_process/portfolios.asp'
				},
				{code:'Investment Advisory Board',
				 url:'http://'+cg_domain+'/our_process/investment_advisory_board.asp'
				}				
			]
				
		}
	,
		{code:'<img src="/images/nav-itn1.gif" width="122" height="41" />',
			ocode:'<img src="/images/nav-itn2.gif" width="122" height="41" />',
			format:{itemoff:[0,122], size:[41,122]},
			url:'http://'+cg_domain+'/resources/news.asp'
			
			,
			sub:[
				{itemoff:[24,0], leveloff:[41,0], size:[25,180], style:STYLE},
				
				{code:'In the News',
				 url:'http://'+cg_domain+'/resources/news.asp'
				}
			]
				
		}
	,
		{code:'<img src="/images/nav-r1.gif" width="122" height="41" />',
			ocode:'<img src="/images/nav-r2.gif" width="122" height="41" />',
			format:{itemoff:[0,122], size:[41,122]},
			url:'http://'+cg_domain+'/resources/'
			
			,
			sub:[
				{itemoff:[24,0], leveloff:[41,0], size:[25,180], style:STYLE},
				
				{code:'Resources',
				 url:'http://'+cg_domain+'/resources/'
				},
				{code:'Newsletter',
				 url:'http://'+cg_domain+'/resources/newsletter.asp'
				},
				{code:'Events',
				 url:'http://'+cg_domain+'/resources/events.asp'
				}
			]
				
		}
	,
		{code:'<img src="/images/nav-au1.gif" width="122" height="41" />',
			ocode:'<img src="/images/nav-au2.gif" width="122" height="41" />',
			format:{itemoff:[0,122], size:[41,122]},
			url:'http://'+cg_domain+'/about_us/'
			
			,
			sub:[
				{itemoff:[24,0], leveloff:[41,-57], size:[25,180], style:STYLE},
				
				{code:'About Us',
				 url:'http://'+cg_domain+'/about_us/'
				},
				{code:'Contact Us',
				 url:'http://'+cg_domain+'/about_us/contact.asp'
				}
			]
				
		}
];