BLANK_IMAGE = 'images/b.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:"#fffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#ffffff"	// 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 STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#fffff",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#transparent",		// background color for the items
		bgOVER:"#transparent"	// 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:0,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFCC",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFFFCC",		// background color for the items
		bgOVER:"#FFFFCC"	// 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:[,], delay:[200, 100]},
	{code:"Home", url:"index.asp", style:STYLE, size:[22,50]},
	{code:"The Primera Difference", url:"primeradifference.asp", itemoff:[0,50], style:STYLE, size:[22,245]},
	{code:"Ingredients", url:"products.asp", itemoff:[0,147], style:STYLE, size:[22,145]},
	{code:"Foodservice", url:"foodservice.asp", itemoff:[0,79], style:STYLE, size:[22,145]},



	

	{code:"<center>News</center>", url:"news.asp", style:STYLE, size:[22,50], itemoff:[0,76],leveloff:[21,0]},

	/*{code:"Samples", url:"samplerequest.asp", style:STYLE, size:[22,50], itemoff:[0,58],leveloff:[21,0],
		sub:[
			{itemoff:[21,0], size:[22,120], style:STYLE2, levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80) progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#CCCCCC,strength=5)'},
			{code:"Request a Sample", url:"samplerequest.asp"},

		]
	},
	*/
	{code:"Contact Us", url:"contact.asp", style:STYLE, size:[22,75], itemoff:[0,64],leveloff:[21,0],
			sub:[
			{itemoff:[21,0], size:[22,80], style:STYLE2, levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80) progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#CCCCCC,strength=5)'},
			{code:"Careers", url:"employment.asp"},

		]
	
	},

];

