var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#0f0e38;",		// background color for the items
		bgOVER:"#1f1f5c;"	// 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 subStyle = {
	levelFilters:[ "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.3)", "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.2)"],
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#0f0e38;",		// background color for the items
		bgOVER:"#1f1f5c;"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"subItems",		// CSS class for items
		OVER:"subItemsMOver"	// CSS class  for item which is under mouse
	}
 


};







var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,110], leveloff:[35,0], style:STYLE, size:[35,110]},
	{code:"Moving", 
		sub:[
			{"itemoff":[33,0],"size":[33,110],"style":subStyle},
			{code:"Local", "url":"local.php"},
			{code:"In House", "url":"house.php"},
			{code:"Long Distance", "url":"longdistance.php"},
			{code:"Commercial", "url":"commercial.php"},
			{code:"Insurance", "url":"insurance.php"}
			
		]
	},
	{code:"Packing", 
		sub:[
			{itemoff:[33,0],"size":[33,130],"style":subStyle},
			{code:"Supplies", "url":"supplies.php"},
			{code:"Supply Value Packs", "url":"supply-value-packs.php"},
			{code:"Free Box Delivery", "url":"boxes.php"},
			{code:"Full Packing Service", "url":"packing.php"},
			{code:"Saving the Earth", "url":"earth.php"}
		]
	},
	{code:"Storage", 
		sub:[
			{itemoff:[33,0],"size":[33,110],"style":subStyle},
			{code:"Overnight", "url":"overnight.php"},
			{code:"Long Term", "url":"long.php"},
			{code:"Pricing", "url":"pricing.php"}
			
		]
	},
	{code:"", 
		sub:[
			{itemoff:[33,0],"size":[33,110],"style":subStyle}
			
		]
	},
	{code:"Resources", 
		sub:[
			{itemoff:[33,0],"size":[33,140],"style":subStyle},
			{code:"Our References", "url":"years.php"},
			{code:"BBB References", "url":"http://our.bbb.org/boston/Public/Reports/RR/FeedBack/Popup_Feedback.aspx?f=91733"},
			{code:"Helpful Documents", "url":"documents.php"},
			{code:"Company Videos", "url":"videos_2.php"},
			{code:"How-To Videos", "url":"videos.php"},
			{code:"FAQ/Tips", "url":"faq.php"},
			{code:"Industry Links", "url":"movinglinks.php"},
			{code:"Sitemap", "url":"sitemap.php"},
			{code:"Privacy", "url":"privacy.php"}
			
		]
	},
	{code:"About Us", 
		sub:[
			{itemoff:[33,0],"size":[33,130],"style":subStyle},
			{code:"Mission Statement", "url":"mission.php"},
			{code:"History", "url":"history.php"},
			{code:"Meet the Staff", "url":"staff.php"},
			{code:"Licenses", "url":"licenses.php"},
			{code:"Our Location", "url":"contact_map.php"},
			{code:"News", "url":"news.php"}
			
		]
	},
	{code:"Contact", 
		sub:[
			{itemoff:[33,0],"size":[33,130],"style":subStyle},
			{code:"Contact Form", "url":"contact.php"},
			{code:"Submit Reference", "url":"testim_submit.php"},
			{code:"Submit Inventory", "url":"inventory.php"}
						
		]
	}

];

