BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,
	shadow:0,
	color:{
		border:'#666666',
		shadow:'#DBD8D1',
		bgON:'#EBEFE0',
		bgOVER:'#949509',
		imagebg:'',
		oimagebg:''
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}	
	};
	
var SUPPORT_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:"#FFA0A0",		// background color for the items
		bgOVER:"#949509"	// 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,267], itemoff:[0,60], leveloff:[21,0], style:STYLE, size:[26,100]},
	{code:'About', format:{size:[23,70]}, url:""},
	
		{code:'News', format:{size:[23,70], itemoff:[0,70]}, url:"new/pages/news.html"},
	
	
	
	
	
	
	{code:'This Months Picks', format:{size:[23,120], itemoff:[0,70]}, url:"new/pages/thismonthspicks.html",
		sub:[
			{itemoff:[23,0]},
			{code:"Product of the Month", format:{style:STYLE, size:[23,130]}, url:"new/pages/productOM.html",
				sub:[
					{leveloff:[0,130]},

					{code:"Archive", format:{style:STYLE, size:[23,70]}, url:"new/pages/productOM_archive.html"}, 
						
				]
				},
				

			{code:"Cheese of the Month", format:{style:STYLE, size:[23,130]}, url:"new/pages/cheeseOM.html",
				sub:[
					{leveloff:[0,130], imgsize:[20,20]},
					{code:"Archive", format:{style:STYLE, size:[23,70]}, url:"new/pages/cheeseOM_archive.html"},
					]
			},
			
			{code:"Recipe of the Month", format:{style:STYLE, size:[23,130]}, url:"new/pages/recipeOM.html",
				sub:[
					{leveloff:[0,130], imgsize:[20,20]},
					{code:"Archive", format:{style:STYLE, size:[23,70]}, url:"new/pages/recipeOM_archive.html"},
					]
			},
				
			]
	},
	
	
			{code:'Cakes', format:{size:[23,70], itemoff:[0,120]}, url:"new/pages/cakes.html",
		sub:[
			{itemoff:[23,0]},
			{code:'Wedding Cake Brochure', format:{size:[23,150]}, url:"new/pages/wedding_cakes.html"},
			{code:'Retail Cake List', format:{size:[23,150]}, url:"new/pages/cakes_retail.html"},
		]
	},

		{code:'Catering', format:{size:[23,70], itemoff:[0,70]}, url:"new/pages/catering.html",
		sub:[
			{itemoff:[23,0]},
			{code:'Catering Brochure', format:{size:[23,128]}, url:"new/pages/catering_brochure.html"},
			{code:'Catering Order Form', format:{size:[23,128]}, url:"new/pages/catering_orderform.html"},
		]
	},

	
	
		{code:'Fine Wine', format:{size:[23,80], itemoff:[0,70]}, url:"new/pages/wine.html",
		sub:[
			{itemoff:[21,0], imgsize:[20,20]},
			{code:'Wine Tasting Notes', format:{size:[22,140]}, url:"new/pages/wine_tastingnotes.html"},
			{code:'Meet the Wine Taster', format:{size:[22,140]}, url:"new/pages/wine_taster.html"},
		]
	},


		{code:'Fine Cheese', format:{size:[23,90], itemoff:[0,80]}, url:"new/pages/cheese.html",
		sub:[
			{itemoff:[21,0], imgsize:[20,20]},
			{code:'King Island Dairy', format:{size:[22,150]}, url:"new/pages/cheese_KID.html"},
			{code:'Lactos', format:{size:[22,150]}, url:"new/pages/cheese_lactos.html"},
			
		]
	},
	
			{code:'Weddings', format:{size:[23,80], itemoff:[0,90]}, url:"new/pages/weddings.html",
		sub:[
			{itemoff:[21,0], imgsize:[20,20]},
			{code:'Wedding Cake Brochure', format:{size:[22,150]}, url:"new/pages/wedding_cakes.html"},
			{code:'Wedding Enquiry Form', format:{size:[22,150]}, url:"new/pages/wedding_enquiryform.html"},
		]
	},
	
			{code:'Hampers', format:{size:[23,70], itemoff:[0,80]}, url:"new/pages/hampers.html"},
	
				{code:'Contact', format:{size:[23,70], itemoff:[0,70]}, url:"new/pages/contact.html"},




];
