// THIS IS THE TOP MENU FOR NETWORK SOLUTION eCOMMERCE PAGES

BLANK_IMAGE = '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:'clsCMOn3',		// CSS class for items
		OVER:'clsCMOver3'	// 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:'#c8ab7e',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'#766a4e',		// background color for the items
		bgOVER:'#686044'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn4',		// CSS class for items
		OVER:'clsCMOver4'	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS_05 = [
	{pos:'relative', leveloff:[00,00], itemoff:[00,100], style:STYLE},
	{code:'Products', url:'http://www.spicedjam.com/apricot_rosemary.html', target:'_top', format:{itemoff:[0,100], size:[18,90], style:STYLE},
		sub:[		
            {leveloff:[22,05], style:STYLE2},
			{code:'Apricot Rosemary', url:'http://www.spicedjam.com/apricot_rosemary.html', target:'_top', size:[24,125]},
			{code:'Blueberry Lavender', url:'http://www.spicedjam.com/blueberry_lavender.html', target:'_top', itemoff:[0,124], size:[24,140]},
			{code:'Strawberry Basil', url:'http://www.spicedjam.com/strawberry_basil.html', target:'_top', itemoff:[0,135], size:[24,120]},
			{code:'Peach Coriander', url:'http://www.spicedjam.com/peach_coriander.html', target:'_top', itemoff:[0,119], size:[24,119]},
			{code:'Cherry Fennel', url:'http://www.spicedjam.com/cherry_fennel.html', target:'_top', itemoff:[0,118], size:[24,105]},
			{code:'Plum Tarragon', url:'http://www.spicedjam.com/plum_tarragon.html', target:'_top', itemoff:[0,104], size:[24,108]}
			]
	},
	{code:'About Us', url:'http://www.spicedjam.com/about_kissels_spiced_jam.html', target:'_top', format:{itemoff:[0,105], size:[18,90], style:STYLE}
	},
	{code:'Resellers', url:'http://www.spicedjam.com/kissels_spiced_jam_resellers.html', target:'_top', format:{itemoff:[0,105], size:[18,90], style:STYLE}
	},
	{code:'Purchase', url:'http://store.spicedjam.com/index.aspx', target:'_top', format:{itemoff:[0,105], size:[18,90], style:STYLE}
	},
	{code:'Contact', url:'http://www.spicedjam.com/contact_kissels_spiced_jam.html', target:'_top', format:{itemoff:[0,100], size:[18,90], style:STYLE}
	},
	{code:'News', url:'http://www.spicedjam.com/kissels_spiced_jam_news.html', target:'_top', format:{itemoff:[0,95], size:[18,70], style:STYLE}
	},
	{code:'Home', url:'http://www.spicedjam.com/index.html', target:'_top', format:{itemoff:[0,75], size:[18,50], style:STYLE}
	}
];
