// THIS IS THE BOTTOM MENU FOR INDEX ONLY

BLANK_IMAGE = 'http://www.spicedjam.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:'clsCMOn2',		// CSS class for items
		OVER:'clsCMOver2'	// 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:'clsCMOn2',		// CSS class for items
		OVER:'clsCMOver2'	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS_02 = [
	{pos:'relative', leveloff:[00,00], itemoff:[00,84], style:STYLE},
	{code:'Products&nbsp;&nbsp;|', url:'apricot_rosemary.html', format:{itemoff:[0,84], size:[18,78], style:STYLE},
		sub:[		
            {itemoff:[-23,00], leveloff:[-22,05], size:[24,140], style:STYLE2},
			{code:'Apricot Rosemary', url:'apricot_rosemary.html'},
			{code:'Blueberry Lavender', url:'blueberry_lavender.html'},
			{code:'Strawberry Basil', url:'strawberry_basil.html'},
			{code:'Peach Coriander', url:'peach_coriander.html'},
			{code:'Cherry Fennel', url:'cherry_fennel.html'},
			{code:'Plum Tarragon', url:'plum_tarragon.html'}
			]
	},
	{code:'About Us&nbsp;&nbsp;|', url:'about_kissels_spiced_jam.html', format:{itemoff:[0,78], size:[18,75], style:STYLE}
	},
	{code:'Resellers&nbsp;&nbsp;|', url:'kissels_spiced_jam_resellers.html', format:{itemoff:[0,75], size:[18,72], style:STYLE}
	},
	{code:'Purchase&nbsp;&nbsp;|', url:'http://store.spicedjam.com/index.aspx', format:{itemoff:[0,74], size:[18,73], style:STYLE}
	},
	{code:'Contact&nbsp;&nbsp;|', url:'contact_kissels_spiced_jam.html', format:{itemoff:[0,75], size:[18,70], style:STYLE}
	},
	{code:'News', url:'kissels_spiced_jam_news.html', format:{itemoff:[0,68], size:[18,53], style:STYLE}
	}
];
