BLANK_IMAGE = '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",
		sub:[
		]
	},
	{code:"Support Us",
		sub:[
			{itemoff:[21,0]},
			{code:"Donations","url":"support/",
				sub:[
				]
			},
			{code:"Donate Time","url":"volunteer/",
				sub:[
				]
			}
		]
	},
	{code:"Volunteer","url":"volunteer/",
		sub:[

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

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