BLANK_IMAGE = 'http://www.dunnwines.com/images/pixel.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:'',	// color of the item border, if any
		shadow:'',	// 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:'clsCMOn',		// CSS class for items
		OVER:'clsCMOver'	// CSS class for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'#ffffff',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'#ac9d62',		// background color for the items
		bgOVER:''	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn2',		// CSS class for items
		OVER:'clsCMOver2'	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS_01 = [
	{pos:'relative', itemoff:[0,61], leveloff:[-1,0], style:STYLE, size:[20,60]},
	{code:'HOME', url:'http://www.dunnwines.com/index.html'
	},
	{code:'WHERE TO BUY', format:{itemoff:[0,60], size:[20,100], style:STYLE},
		sub:[
			{itemoff:[23,0], leveloff:[21,0], size:[24,100], style:STYLE2},			
			{code:'Restaurants', url:'http://www.dunnwines.com/restaurants.html'},						
			{code:'Retail', url:'http://www.dunnwines.com/retail.html'}					
			]
	},
	{code:'FOREIGN WINES', format:{itemoff:[0,120], size:[20,130], style:STYLE},
		sub:[
			{itemoff:[23,0], leveloff:[21,0], size:[24,100], style:STYLE2},		
			{code:'French Wines', url:'http://www.dunnwines.com/french.html'},						
			{code:'Italian Wines', url:'http://www.dunnwines.com/italian.html'},
			{code:'Spanish Wines', url:'http://www.dunnwines.com/spanish.html'}
			]
	},
	{code:'DOMESTIC WINES', format:{itemoff:[0,120], size:[20,120], style:STYLE},
		sub:[
			{itemoff:[23,0], leveloff:[21,0], size:[24,150], style:STYLE2},		
			{code:'Hunt Cellars', url:'http://www.dunnwines.com/hunt.html'},						
			{code:'Rbt Stemmler Nugent', url:'http://www.dunnwines.com/stemmler.html'},
			{code:'Robert Young Estate Winery', url:'http://www.dunnwines.com/young.html'},
			{code:'White Oak Vinyards', url:'http://www.dunnwines.com/white_oak.html'},			
			{code:'Lange Winery', url:'http://www.dunnwines.com/lange.html'},
			{code:'Macchia Lodi', url:'http://www.dunnwines.com/macchia.html'},				
			]
	},
	{code:'CONTACT US', url:'mailto:patrick@dunnwines.com?subject=Dunn_Wines_Web_Contact', format:{itemoff:[0,140], size:[20,100], style:STYLE}
	}
];
