var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	textClass:"menuText",
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#000000",	// color of the item shadow, if any
		bgON:"#0033cc",		// background color for the items
		bgOVER:"#fe9900"	// 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,185], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,100]},
	{code:" Home", url:"default.htm"},
	{code:" Donations",
	    sub:[{pos:[0,150], itemoff:[21,0], leveloff:[21,10], style:STYLE, size:[22,200]},
	         {code:" Donate Now!", url:"http://www.justgive.org/basket?acton=addGuideStarCharity&ein=20-1731945&description=&org_name=WESTWOOD+ELEMENTARY+FOUNDATION++++++++++++++++++++++++++++++++++++++++&address=11770+BERNARDO+PLAZA+CT+STE+315+++++%25+THE+ROTH+LAW+FIRM++++++++++++++++&city=SAN+DIEGO+++++++++++++&state=CA&zip=92128"},
	          ]
	},
	{code:" Volunteer",
	    sub:[{pos:[0,150], itemoff:[21,0], leveloff:[21,10], style:STYLE, size:[22,200]},
	         {code:" Volunteer Interest", url:"forms/VolunteerInterestForm.pdf"} ]},
	{code:" News", url:"letter.htm"},
    {code:" Contact Us", url:"contact.htm"}
];
