BLANK_IMAGE = 'Images/b.gif';

var WSET_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	borders:[0,0,0,0],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#e5d1ac",	        // color of the item border, if any
		shadow:"#e5d1ac",	        // color of the item shadow, if any
		bgON:"#521618",		// background color for the items
		bgOVER:"#521618"	// 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 BOLD_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	borders:[0,0,0,0],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#e5d1ac",	// color of the item border, if any
		shadow:"#e5d1ac",	// color of the item shadow, if any
		bgON:"#521618",		// background color for the items
		bgOVER:"#521618"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:"relative", itemoff:[25,0], leveloff:[0,150], style:BOLD_STYLE, size:[21,150], zIndex:[100]},
	{code:"&nbsp;&nbsp;&nbsp;Home", "url":"index.html" },
	{code:"&nbsp;&nbsp;&nbsp;Events", format:{arrow:"Images/arrow5.gif", oarrow:"Images/arrow5.gif", arrsize:[10,10]}, 
		sub:[
			{itemoff:[25,0], size:[25,150]},
			//{code:"Dinner", 
			//	sub:[
			//		 {itemoff:[25,0], size:[25,150]},
			//		 {code:"10-30-2008","url":"UpcomingDinner_10-30-2008.html"},
			//		 {code:"11-9-2008","url":"UpcomingDinner_11-9-2008.html"}
			//		]
			//{code:"09-27-2011","url":"UpcomingDinner_09-27-2011.html" },
			{code:"02-14-2012","url":"UpcomingDinner_02-14-2012.html" },
			{code:"02-29-2012","url":"UpcomingDinner_02-29-2012.html" },			
			//},
			//{code:"Tasting", 
			//	sub:[
			//		 {itemoff:[25,0], size:[25,150]},
					 //{code:"4-27-2008","url":"UpcomingTasting_4-27-2008.html"},
					 //{code:"9-28-2008","url":"UpcomingTasting_9-28-08.html"}
			//		]
			//},
			{code:"Future Events", "url":"FutureEvents.html"       }
			]
			},
	{code:"&nbsp;&nbsp;&nbsp;Membership",format:{arrow:"Images/arrow5.gif", oarrow:"Images/arrow5.gif", arrsize:[10,10]},
		sub:[
			{itemoff:[21,0], size:[25,180]},
			{code:"Membership Information", "url":"MembershipInformation.html" },
			{code:"Membership Form", "url":"MembershipForm.html"               },
			{code:"Member Stores", "url":"MembershipStores.html"               },
			{code:"Member Restaurants", "url":"MemberRestaurants.html"         }
			]
			},
	{code:"&nbsp;&nbsp;&nbsp;Reservation Policy", "url":"ReservationPolicy.html"},
	{code:"&nbsp;&nbsp;&nbsp;Board of Directors", "url":"BoardOfDirectors.html"},
	{code:"&nbsp;&nbsp;&nbsp;Contact Us", "url":"ContactUs.html"}
];
		

