// THIS IS THE BOTTOM 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:'clsCMOn4',		// CSS class for items
		OVER:'clsCMOver4'	// 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_06 = [
	{pos:'relative', leveloff:[00,00], itemoff:[00,84], style:STYLE},
	{code:'Products&nbsp;&nbsp;|', url:'http://www.spicedjam.com/apricot_rosemary.html', target:'_top', format:{itemoff:[0,84], size:[18,78], style:STYLE},
		sub:[		
            {leveloff:[22,-50], 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&nbsp;&nbsp;|', url:'http://www.spicedjam.com/about_kissels_spiced_jam.html', target:'_top', format:{itemoff:[0,78], size:[18,75], style:STYLE}
	},
	{code:'Resellers&nbsp;&nbsp;|', url:'http://www.spicedjam.com/kissels_spiced_jam_resellers.html', target:'_top', format:{itemoff:[0,75], size:[18,72], style:STYLE}
	},
	{code:'Purchase&nbsp;&nbsp;|', url:'http://store.spicedjam.com/index.aspx', target:'_top', format:{itemoff:[0,74], size:[18,73], style:STYLE}
	},
	{code:'Contact&nbsp;&nbsp;|', url:'http://www.spicedjam.com/contact_kissels_spiced_jam.html', target:'_top', format:{itemoff:[0,75], size:[18,70], style:STYLE}
	},
	{code:'News&nbsp;&nbsp;|', url:'http://www.spicedjam.com/kissels_spiced_jam_news.html', target:'_top', format:{itemoff:[0,68], size:[18,53], style:STYLE}
	},
	{code:'Home', url:'http://www.spicedjam.com/index.html', target:'_top', format:{itemoff:[0,53], size:[18,60], style:STYLE}
	}
];

