﻿function none() {}
//styles
var color = {border:"", shadow:"", bgON:"",bgOVER:"", imagebg:"", oimagebg:""};
var css = {ON:"clsCMOn", OVER:"clsCMOver"};
var TOP_LEFT = {border:0, borders:[1,1,0,1], shadow:0, color:0, css:css};
var TOP_MIDDLE = {border:0, borders:[1,1,0,1], shadow:0, color:0, css:css};
var TOP_RIGHT = {border:0, borders:[1,1,1,1], shadow:0, color:0, css:css};
var STYLE1 = {border:1, borders:[1,1,1,1], shadow:0, color:0, css:css};
var STYLE_TOP = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":{"border":"BLACK", "shadow":"", "bgON":"#bfb37f","bgOVER":"#83917a", "imagebg":"", "oimagebg":""}, "css":{"ON":"clsCMVOn", "OVER":"clsCMVOver"}};
var STYLE_MENU = {border:1, borders:[1,1,1,1], shadow:0, color:color, css:css};

var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,0], imgsize:[0,0], leveloff:[0,0], delay:"500", style:STYLE_MENU, cssEmptyLink:'noHand'},
	{code:"", url:"#", format:{"size":[20,45], arrow:null, image:null},
		sub:[]
	},
	{code:"", url:"#", format:{size:[20,95], itemoff:[0,50]},
		sub:[{"size":[18,120], "itemoff":[17,0], "leveloff":[21,0], "style":STYLE1},
			{code:"&nbsp;Sunday School", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Music", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Bible Study", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Missions", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Children", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Youth", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Adults", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Upcoming Events", url:"#", "format":{"style":STYLE_TOP}}			
			]
	},
	{code:"", url:"#", "format":{"size":[20,80], "itemoff":[0,105], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"#", "format":{"size":[20,75], "itemoff":[0,90], "arrow":null, "image":null},
		sub:[{"size":[18,95], "itemoff":[17,0], "leveloff":[21,0], "style":STYLE1},
			{code:"&nbsp;Monthly", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Schedules", url:"#", "format":{"style":STYLE_TOP}}]
	},
	{code:"", url:"#", "format":{"size":[20,110], "itemoff":[0,85], "arrow":null, "image":null},
		sub:[{"size":[18,140], "itemoff":[17,0], "leveloff":[21,0], "style":STYLE1},
			{code:"&nbsp;Sermon For The Week", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Bulletin", url:"#", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Sermon Archives", url:"#", "format":{"style":STYLE_TOP}}]
	},
	{code:"", url:"#", "format":{"size":[20,30], "itemoff":[0,120], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"#", "format":{"size":[20,40], "itemoff":[0,35], "arrow":null, "image":null},
		sub:[]
	},
	{code:"", url:"#", "format":{"size":[20,95], "itemoff":[0,50], "arrow":null, "image":null},
		sub:[]
		}
];
