BLANK_IMAGE = 'images/blank.gif';

var SEPARATOR= {
	border:0,
	shadow:0,
	color:{
		border:'#003366',
		shadow:'#333333',
		bgON:'#DDDDDD',
		bgOVER:''
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}
};

var STYLE2 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:'#CCCCCC',	// color of the item border, if any
		shadow:'#333333',	// color of the item shadow, if any
		bgON:'#DDDDDD',		// background color for the items
		bgOVER:'#DDDDDD'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn2',		// CSS class for items
		OVER:'clsCMOver2'	// CSS class  for item which is under mouse
	}
};

var STYLE3 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:'',	// color of the item border, if any
		shadow:'#EFEFEF',	// color of the item shadow, if any
		bgON:'#DDDDDD',		// background color for the items
		bgOVER:'#336699'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn3',		// CSS class for items
		OVER:'clsCMOver3'	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,0], leveloff:[25,25], style:STYLE2},
    	{code:"", format:{size:[25,8], itemoff:[0,0], style:SEPARATOR}},
		{code:"ABOUT CITYWORKS", url:"index.html", format:{size:[25,125], itemoff:[0,10]}, 
			sub:[
				{"style":STYLE3, itemoff:[25,0], "leveloff":[25,-6], "size":[25,155]},
				{code:"Mission Statement",url:"mission_statement.html"},
				{code:"Biblical Foundations", url:"biblical_foundations.html"},
				{code:"Boston: A City in Need", url:"boston.html"},
				{code:"CityWorks History", url:"history.html"}
				]
		},
		{code:"|", format:{size:[25,8], itemoff:[0,125],  style:SEPARATOR}},
    	{code:"SERVICE OPPORTUNITIES", url:"service.html", format:{size:[25,160], itemoff:[0,10]}, 
			sub:[
				{"style":STYLE3, itemoff:[25,0], "leveloff":[25,-6], "size":[25,155]},
				{code:"Partner Organizations", url:"partners.html"},
				{code:"Volunteer Database", url:"database.html"},
				{code:"Service Small Groups", url:"small_groups.html"},
				{code:"Service at Caf&eacute;", url:"cafe.html"}
				]
		},
		{code:"|", format:{size:[25,8], itemoff:[0,160],  style:SEPARATOR}},
		{code:"TESTIMONIALS", url:"testimonials.html",  format:{size:[25,100], itemoff:[0,10]},
			sub:[
				{"style":STYLE3, itemoff:[25,0], "leveloff":[25,-6], "size":[25,120]},
				{code:"Pastor's Note", url:"pastors_note.html"},
				{code:"Personal Stories", url:"personal_stories.html"}
				]
		},
		{code:"|", format:{size:[25,8], itemoff:[0,100],  style:SEPARATOR}},
		{code:"UPCOMING EVENTS", url:"calendar.html",  format:{size:[25,125], itemoff:[0,10]}},
		{code:"|", format:{size:[25,8], itemoff:[0,125],  style:SEPARATOR}},
		{code:"CONTACT US", url:"contact.html",  format:{size:[25,110], itemoff:[0,10]}},
];
