BLANK_IMAGE = '/images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"gold",	// color of the item border, if any
		shadow:"gold",	// color of the item shadow, if any
		bgON:"black",		// background color for the items
		bgOVER:"gold"	// 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:[1,142], itemoff:[0,89], leveloff:[21,0], style:STYLE, size:[22,89]},
	{code:"Home", url: "http://www.clancunningham.us/index.jsp?nav_id=1",
		sub:[
			{itemoff:[21,0],size:[22,150]},
			{code:"Blog", url: "http://www.clancunningham.us/index.jsp?nav_id=16"}
		]
	},
	{code:"About CCSA", url: "http://www.clancunningham.us/index.jsp?nav_id=2",
		sub:[
			{itemoff:[21,0],size:[22,150]},
			{code:"Genealogy", url: "http://www.clancunningham.us/index.jsp?nav_id=4"},
			{code:"Festivals", url: "http://www.clancunningham.us/index.jsp?nav_id=7"},
			{code:"Festival Photos", url: "http://www.clancunningham.us/index.jsp?nav_id=23"},
			{code:"Programs & Projects", url: "http://www.clancunningham.us/index.jsp?nav_id=11"},
			{code:"Contact Us", url: "http://www.clancunningham.us/index.jsp?nav_id=12"},
			{code:"About Us", url: "http://www.clancunningham.us/index.jsp?nav_id=44"}
		]
	},
	{code:"Membership", url: "memberform.jsp?nav_id=3",
		sub:[
			{itemoff:[21,0],size:[22,150]},
			{code:"Join CCSA", url: "memberform.jsp?nav_id=3"},
			{code:"Related Families & Septs", url: "http://www.clancunningham.us/index.jsp?nav_id=14"},
			{code:"Newsletter", url: "http://www.clancunningham.us/index.jsp?nav_id=15"},
		]
	},
	{code:"Clan History", url: "http://www.clancunningham.us/index.jsp?nav_id=6",
		sub:[
			{itemoff:[21,0],size:[22,150]},
			{code:"Tartans", url: "http://www.clancunningham.us/index.jsp?nav_id=22"},
			{code:"Motto, Badge, Crest", url: "http://www.clancunningham.us/index.jsp?nav_id=21"},
			{code:"History", url: "http://www.clancunningham.us/index.jsp?nav_id=48"},
			{code:"Name", url: "http://www.clancunningham.us/index.jsp?nav_id=17"},
			{code:"Clan Timeline", url: "http://www.clancunningham.us/index.jsp?nav_id=18"},
			{code:"Castles", url: "http://www.clancunningham.us/index.jsp?nav_id=19"},
			{code:"History Links", url: "http://www.clancunningham.us/index.jsp?nav_id=20"}
		]
	}
	,
	{code:"News", url: "http://www.clancunningham.us/index.jsp?nav_id=13"},
	{code:"Members Only", url: "http://www.clancunningham.us/members/index.jsp?nav_id=5"},
	{code:"Clan Store", url: "http://www.clancunningham.us/index.jsp?nav_id=9"}
	,
	{code:"Site Map", url: "sitemap.jsp?nav_id=10"}
];

