BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,
	shadow:0,
	color:{
		border:'#666666',
		shadow:'#DBD8D1',
		bgON:'#DEC57F',
		bgOVER:'#BD8C00'
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}	
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,100], leveloff:[0,0], style:STYLE, size:[35,100]},
	{code:'Home', url:'home.html',
		sub:[
			{itemoff:[35,00], leveloff:[35,0]},
			{code:'BEYOND Home', url:'home.html'},
			{code:'OBC Home', url:'http://www.orangevillebaptist.com'},
				
		]
	},
	{code:'Information', 
		sub:[
			{itemoff:[35,00], leveloff:[35,0]},
			{code:'Latest News', url:'updates.html'},
			{code:'OBC History', url:'history.html'},
			{code:'Questions & Answers', url:'faq.html'},
				
		]
	},
	{code:'Projects', 
		sub:[
			{itemoff:[35,00], leveloff:[35,0]},
			{code:'Project Summary', url:'projects.html'},
			{code:'Facility Expansion', url:'facility.html'},
			{code:'Regional Impact Ministry', url:'region.html'},
			{code:'Uganda Partnership', url:'uganda.html'},
				
		]
	},
	{code:'Giving', 
		sub:[
			{itemoff:[35,00], leveloff:[35,0]},
			{code:'Giving: Why & How?', url:'whygive.html'},
			{code:'Financial Strategies', url:'investingbeyond.html'},
			{code:'How to Make a Commitment', url:'commitment.html'},
			
				
		]
	},

	{code:'Celebration Sunday', url:'celebration.html'
		
	},
	{code:'Resources', 
		sub:[
			{itemoff:[35,00], leveloff:[35,0]},
			{code:'Sunday Messages', url:'listen.html'},
			{code:'Faith Stories', url:'faith.html'},
			{code:'Desktop Wallpaper', url:'wallpaper.html'},
				
		]
	},
	
	{code:'Contact', url:'questions.html'
		
	},
	
];
