BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"mainmenu",		// CSS class for items
		OVER:"mainmenuover"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,1,1,1],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#5CBDFA",	// color of the item border, if any
		shadow:"#dbdbdb",	// color of the item shadow, if any
		bgON:"#97D4FB",		// background color for the items
		bgOVER:"#D9EBFC"	// 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:[29,0], leveloff:[0,80], style:STYLE, size:[30,80]},
	
	{code:"&nbsp;&nbsp;&nbsp;&nbsp;Membership",
		sub:[
			{itemoff:[21,0], leveloff:[30,0], style:STYLE1, size:[22,150]},
			{code:"Membership",url:'membership.php'},
			{code:"Club Meetings & Results", url:'club-meetings-results.php'},
			{code:"Social Events", url:'social-events.php'},
			{code:"Web Calendar", url:'web-calendar.php'},
			{code:"News Letter Download", url:'news-letter.php'},
			{code:"E-mail List", url:'email-list.php'},
			{code:"By Laws", url:'by-laws.php'}
		]
	}
	
	
];
