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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFDE63",		// background color for the items
		bgOVER:"#9CEFFF"	// 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:[0,227], itemoff:[0,90], leveloff:[21,0], style:STYLE, size:[22,140]},
	{code:"Home", url:"http://www.mohahuntfish.org/index.html"
	},
	{code:"About Us", url:"http://www.mohahuntfish.org/mission.html",
		sub:[
			{itemoff:[21,0]},
			{code:"Accomplishments", url:"http://www.mohahuntfish.org/accomplishments.html", alt:"MOHA Accomplishments"
			},
			{code:"Officers", url:"http://www.mohahuntfish.org/executive.html", alt:"MOHA Officers and Board of Directors"
			},
			{code:"Mission", url:"http://www.mohahuntfish.org/mission.html", alt:"MOHA Mission"
			}
		]
	},
	{code:"Legislature", url:"sportsmencaucus.html",
		sub:[
			{itemoff:[21,0]},
			/****
			{code:"Alerts", alt:"TBD - Under Construction",
				sub:[
					{leveloff:[0,99]},
					{code:"Oct 1, 2007"},
					{code:"Oct 7, 2007"},
					{code:"Oct 14, 2007"}
				]
			},
			{code:"Dedicated Funding", url:"dedfunding.html"
			},
			*****/
			{code:"Minnesota Legislative Sportsmen’s Caucus", url:"http://www.mohahuntfish.org/sportsmencaucus.html"
			}
		]
	},
	{code:"News", url:"http://www.mohahuntfish.org/news.html",
		sub:[
			{itemoff:[21,0]},
			//{code:"Archive", url:"newsarchive.html"
			//},
			{code:"Current News", url:"http://www.mohahuntfish.org/news.html"
			},
			{code:"Press Releases", url:"http://www.mohahuntfish.org/pressreleases.html"
			}
		]
	},	
	{code:"Donate", url:"http://www.mohahuntfish.org/donate.html", alt:"Donate to MOHA"
	},
	{code:"Events", url:"http://www.mohahuntfish.org/eventscalendar.html",
		sub:[
			{itemoff:[21,0]},
			{code:"Archive", url:"http://www.mohahuntfish.org/eventsarchive.html"
			},
			{code:"Calendar", url:"http://www.mohahuntfish.org/eventscalendar.html"
			}	
		]
	},
	{code:"Photos", url:"http://www.mohahuntfish.org/mohagallery.html",
		sub:[
			{itemoff:[21,0]},
			{code:"Fishing", url:"http://www.mohahuntfish.org/fishinggallery.html"
			},
			{code:"Hunting", url:"http://www.mohahuntfish.org/huntinggallery.html"
			},
			{code:"MOHA events", url:"http://www.mohahuntfish.org/mohagallery.html", alt:"MOHA Event Gallery"
			},			
			{code:"Scenic", url:"http://www.mohahuntfish.org/scenicgallery.html"
			}
		]
	},
	{code:"Members", url:"http://www.mohahuntfish.org/members.html"
	},	
	{code:"Sponsors", url:"http://www.mohahuntfish.org/sponsors.html"
	},	
	{code:"Contact Us", url:"http://www.mohahuntfish.org/contactus.html", alt:"Contact MOHA"
	},
	{code:"RSS Feed", url:"http://www.mohahuntfish.org/rss.html", alt:"MOHA RSS Feed"
	}	
];
