BLANK_IMAGE = 'http://marinerescue.org/images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#CCD3E2",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#CCD3E2",		// 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:'relative', itemoff:[0,114], leveloff:[21,0], style:STYLE, size:[22,115]},
	{code:"Home","url":"http://marinerescue.org/",
		sub:[
		]
	},
	{code:"Support Us","url":"http://marinerescue.org/support/",
		sub:[
			{itemoff:[21,0]},
			{code:"Donations","url":"http://marinerescue.org/support/",
				sub:[
				]
			},
			{code:"Donate Time","url":"http://marinerescue.org/volunteer/",
				sub:[
				]
			}
		]
	},
	{code:"Volunteer","url":"http://marinerescue.org/volunteer/",
		sub:[

		]
	},
	{code:"Photos/Links",
		sub:[
			{itemoff:[21,0]},
			{code:"Photos","url":"http://marinerescue.org/photos/",
				sub:[
				]
			},
			{code:"Links","url":"http://marinerescue.org/links/",
				sub:[
				]
			}
		]
	},
	{code:"Weather","url":"http://marinerescue.org/weather/",
		sub:[
		]
	},	
	{code:"Contact Us","url":"http://marinerescue.org/contact/",
		sub:[

		]
	},
	{code:"Members","url":"http://marinerescue.org/members/",
		sub:[
			{itemoff:[21,0]},
			{code:"Administration","url":"http://marinerescue.org/admin/",
				sub:[
							]
			},
			{code:"Cox'ns","url":"http://marinerescue.org/coxns/",
				sub:[
				]
			}			
		]
	}	
	
	
	
];
