BLANK_IMAGE = '/java/b.gif';


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

var STYLE0 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#cccccc",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"E1ECFF",		// background color for the items
		bgOVER:"#efefef"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style0MOn",		// CSS class for items
		OVER:"Style0MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#cccccc",	// color of the item border, if any
		shadow:"#808080",	// color of the item shadow, if any
		bgON:"#efefef",		// background color for the items
		bgOVER:"#e0ffe0"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style1MOn",		// CSS class for items
		OVER:"Style1MOver"	// CSS class  for item which is under mouse
	},
	fadeIn:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)',
	fadeOut:'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)',
	filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=95)'
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#cccccc",	// color of the item border, if any
		shadow:"#efefef",	// color of the item shadow, if any
		bgON:"#E1ECFF",		// background color for the items
		bgOVER:"#efefef"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE9 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"Style9MOn",		// CSS class for items
		OVER:"Style9MOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,0], leveloff:[0,0], style:STYLE9},
	{code:"News",
		url:'/news.html',
		"format":{itemoff:[0,0], size:[15,38]}
	},
	{code:"Products",
		url:'/products.html',
		"format":{itemoff:[0,52], leveloff:[29,-3], size:[15,58]},
		sub:[
			{itemoff:[19,0],style:STYLE1,size:[20,96]},
			{code:"&nbsp;By Category",url:"/products_by_category.html"},
			{code:"&nbsp;By Price",url:"/products_by_price.html"},
			{code:"&nbsp;2011 New Items",url:"/new_products.html"},
			{code:"&nbsp;Under $1",url:"/under_1_dollar.html"},
			{code:"&nbsp;Best Sellers",url:"/best_sellers.html"},
			{code:"&nbsp;Featured Items",url:"/featured_products.html"}
		]
	},
	{code:"Closeouts & Specials",
		url:'/closeouts_and_specials/index.html',
		"format":{itemoff:[0,82], size:[15,128]}
	},
	{code:"Ordering Info",
		url:'/ordering_info.html',
		"format":{itemoff:[0,155], leveloff:[29,-3], size:[15,86]},
		sub:[
			{itemoff:[19,0],style:STYLE1,size:[20,100]},
			{code:"&nbsp;General Info",url:"/general_info.html"},
			{code:"&nbsp;Imprinting Info",url:"/imprinting_info.html"},
			{code:"&nbsp;Art Requirements",url:"/art_requirements.html"},
			{code:"&nbsp;Return Policy",url:"/return_policy.html"}
		]
	},
	{code:"Contact Us",
		url:'/contact_us.html',
		"format":{itemoff:[0,107], size:[15,70]}
	},
	{code:"Request Catalog",
		url:'/request_catalog.html',
		"format":{itemoff:[0,93], size:[15,105]}
	}
];














