BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000033",	// color of the item border, if any
		shadow:"##000033",	// color of the item shadow, if any
		bgON:"000033",		// background color for the items
		bgOVER:"#000033"// 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:[690,175], itemoff:[0,21], leveloff:[10,0], style:NOSTYLE, size:[100,100]},
	{code:"",
				sub:[
					{itemoff:[21,0], leveloff:[90,0], size:[21,100], style:STYLE},
			{code:"For Sale", url:"lionheadrabbitsforsale.php",

			},
			{code:"The Herd", url:"lionheadrabbitsherd.php",

			},
			{code:"Care", url:"lionheadrabbitscare.php",

			},
			{code:"Comments", url:"lionheadrabbitscomments.php",

			}
				]
	},
	{code:"", format:{itemoff:[100,0]},
		sub:[
			{itemoff:[21,0], leveloff:[90,0], size:[21,100], style:STYLE},
			{code:"For Sale", url:"persiancatsforsale.php"
				
			},
			{code:"Kings & Queens", url:"persiancatskingsqueens.php"
				
			},
			{code:"Care", url:"persiancatscare.php"
				
			},
			{code:"Colors", url:"persiancatscolors.php"
				
			}
		]
	},
		{code:"", format:{itemoff:[100,0]},
		sub:[
			{itemoff:[21,0], leveloff:[90,0], size:[21,100], style:STYLE},
			{code:"Home", url:"index.php"
				
			},
			{code:"Contact", url:"contact.php"
				
			},
			{code:"Store", url:"store.php"
				
			},
			{code:"Shipping", url:"shipping.php"
				
			},
		]
	},
				{code:"", format:{itemoff:[100,0]},
		sub:[
			{itemoff:[21,0], leveloff:[90,0], size:[21,100], style:STYLE},
			{code:"For Sale", url:"goatsforsale.php"
				
			},
			{code:"Parents", url:"goatsparents.php"
				
			},
			{code:"Care", url:"goatscare.php"
				
			},
			{code:"Comments", url:"goatscomments.php"
				
			},
		]
	},
	
];
