BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#748EC8",	// color of the item border, if any
		shadow:"#46668D",	// color of the item shadow, if any
		bgON:"#D7E4FF",		// background color for the items
		bgOVER:"#B6BDD2"	// 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
	}
};

var MENU_ITEMS = [
	{pos:[8,134], itemoff:[0,93], leveloff:[0,0], style:NOSTYLE, size:[22,130]},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,0], style:STYLE},
			{code:"Purchasing Steps?", "url":"steps.php"
			},
			{code:"Firework Packages", "url":"packages.php"
			},
			{code:"Outdoor Productions", "url":"outdoor.php"
			},
			{code:"Special Events ...",
				sub:[
					{leveloff:[0,129]},
					{code:"Weddings", "url":"#"},
					{code:"Sporting Events", "url":"#"},
					{code:"Corporate Events", "url":"#"}
				]
			},
			{code:"Photo Gallery","url":"gallery.php"
			}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,14], style:STYLE},
			{code:"Purchasing Steps?", "url":"steps.php"
			},
			{code:"Indoor Pyrotechnics", "url":"indoor.php"
			},
			{code:"Special Events ...",
				sub:[
					{leveloff:[0,129]},
					{code:"Weddings", "url":"#"},
					{code:"Sporting Events", "url":"#"},
					{code:"Corporate Events", "url":"#"}
				]
			},
			{code:"Photo Gallery","url":"gallery.php"
			}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,19], style:STYLE},
			{code:"What We Do", "url":"whatwedo.php"
			},
			{code:"Family History", "url":"family_history.php"
			},
			{code:"George Zambelli, Sr.", "url":"george_zambelli.php"
			},
			{code:"Merchandise", "url":"merchandise.php"
			},
			{code:"Our Staff", "url":"staff.php"
			}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,-1], style:STYLE},
			{code:"Company Releases", "url":"releases.php"
			},
			{code:"News Headlines", "url":"news.php"
			},
			{code:"Events", "url":"events.php"
			},
			{code:"Media Login", "url":"media.php"
			}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,10], style:STYLE},
			{code:"Zambelli Blog", "url":"blog.php"
			},
			{code:"Subscribe", "url":"blog/rss.php"
			},
			{code:"Archives", "url":"archive.php"
			}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,16], style:STYLE},
			{code:"Outdoor Productions", "url":"outdoor_videos.php"
			},
			{code:"Indoor Pyrotechnics", "url":"indoor_videos.php"
			}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,0], leveloff:[21,-18], style:STYLE},
			{code:"Contacts", "url":"contacts.php"
			},
			{code:"Information Request", "url":"request.php"
			},
			{code:"Email Us", "url":"mailto:information@zambellifireworks.com"
			}
		]
	}
];
