BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	shadow:0,			// item's shadow size, pixels; zero means "none"
        border:1,
	color:{
		color:"#FF0000",
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#0056BF",		// background color for the items
		bgOVER:"#AAD0FF"	// 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
	}
};

document.write("<DIV style='position: absolute; top: 0px; left: 25px; width: 100%; height: 80px; background-color: #FFFFFF; background-image:url(images/CCColourLogoQuarter.gif); background-position:center; background-repeat:no-repeat;'></DIV>");
document.write("<DIV style='position: absolute; top: 81px; left: 75px; width: 100%; height: 23px; background-color: #0056BF'></DIV>");
document.write("<DIV style='position: absolute; top: 81px; left: 0px; width: 75px; height: 23px; background-color: #0056BF'></DIV>");


var MENU_ITEMS = [
	{pos:[0,80], itemoff:[0,119], leveloff:[25,0], style:STYLE, size:[25,120]},
	{code:"Home",
		url:"index.htm"	
	},
	{code:"About us",
		sub:[
			{itemoff:[25,0]},
			{code:"About us", url:"about.htm"},
			{code:"Our vision", url:"vision.htm"},
			{code:"Service times", url:"services.htm"},
			{code:"How to find us", url:"location.htm"},
			{code:"Contact details", url:"contact.htm"},
		]	
	},
	{code:"Activities",
		sub:[
			{itemoff:[25,0]},
			{code:"Sunday services", url:"services.htm"},
			{code:"K Groups", url:"kgroups.htm"},
			{code:"Young People", url:"activityyouthcellgroups.htm"},
			{code:"Children", url:"activitieschildren.htm"},
			{code:"Men", url:"activitiesmen.htm"},
			{code:"Women", url:"activitieswomen.htm"},
			{code:"Other groups", url:"activitiesothergroups.htm"},
		]	
	},
	{code:"Resources",
		sub:[
			{itemoff:[25,0], size:[25,250]},
			{code:"Weekly notices", url:"notices.htm"},
			{code:"Sermon recordings", url:"sermons.htm"},
			{code:"Prayer diary", url:"prayerdiary.htm"},
			{code:"Newsletter", url:"newsletter2010jul.htm"},
			{code:"Service rota", url:"servicerota.htm"},
			// {code:"K group study notes", url:"kgroupstudynotes.htm"},
			{code:"Policy documents", url:"policy.htm"},
			{code:"Principles of financial stewardship", url:"stewardship.htm"},
			{code:"Marriage", url:"marriage.htm"},
		]	
	},
	{code:"Links",
		sub:[
			{itemoff:[25,0], size:[25,220]},
			{code:"Church links", url:"linkschurch.htm"},
			{code:"Local area links", url:"linkslocalarea.htm"},
			{code:"Local school & education links", url:"linksschools.htm"},
			{code:"Local businesses in Ware", url:"linksbusiness.htm"},
		]	
	}
];

