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:"#DADADA",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#F5F5F5",		// background color for the items
		bgOVER:"#860000"	// 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: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:"",		// background color for the items
		bgOVER:"#F2F9E4"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:"relative", delay:[100, 888], itemoff:[0,0], leveloff:[0,0], style:STYLE1, size:[25,0]},
	
	//menu for home
	{code:"&nbsp;",url:"",format:{size:[32,15],itemoff:[0,10]} },
		{code:"Home",url:"index.html",format:{size:[32,80],itemoff:[0,10]} },
		
		{code:"About Us",url:"about_us.html"  ,format:{size:[32,104],itemoff:[0,81]}
		,
		sub:[
					{itemoff:[22,0],leveloff:[30,0], style:STYLE, size:[22,120]},
					//{code:"&nbsp; Team",url:"about_us_team.html"},
					{code:"&nbsp; Press Releases",url:"press.aspx"},
					{code:"&nbsp; News",url:"news.aspx"},
					
					
				]
		},
		{code:"Services",url:"#"  ,format:{size:[32,99],itemoff:[0,105]}
		,
		sub:[
					{itemoff:[22,0],leveloff:[30,0], style:STYLE, size:[22,155]},
					{code:"&nbsp; Web Design",url:"webdesign.html"},
					{code:"&nbsp; Web Development",url:"web_development.html"},
					{code:"&nbsp; Graphics &amp; Logo",url:"Graphics_logo.html"},
					{code:"&nbsp; Media Buying",url:"media_buying.html"},
					{code:"&nbsp; Television",url:"media_buying.html"},
					{code:"&nbsp; Radio",url:"media_buying.html"},
					{code:"&nbsp; Billboards",url:"media_buying.html"},
					{code:"&nbsp; Creative",url:"creative.html"},
					{code:"&nbsp; Video Production",url:"video_production.html"},
					{code:"&nbsp; Printing",url:"printing.html"},
					{code:"&nbsp; Social Marketing",url:"social_marketing.html"},
					{code:"&nbsp; Google Optimization",url:"google_optimization.html"},
					
				]
		},
		
		{code:"Portfolio",url:"portfolio.html" ,format:{size:[32,93],itemoff:[0,100]}},
		
		
		{code:"Clients",url:"clients.html"  ,format:{size:[32,86],itemoff:[0,94]}},
		
		
		{code:"Testimonials",url:"testimonials.html"  ,format:{size:[32,119],itemoff:[0,87]}},
		{code:"Site Map",url:"sitemap.html"  ,format:{size:[32,98],itemoff:[0,120]}
		},
		{code:"Blog",url:"blog.aspx"  ,format:{size:[32,72],itemoff:[0,99]}},
		
		{code:"Contact Us",url:"contact.aspx"  ,format:{size:[32,100],itemoff:[0,73]}
		,
		sub:[
					{itemoff:[22,0],leveloff:[30,0], style:STYLE, size:[22,120]},
					{code:"&nbsp; Careers",url:"careers.aspx"},
					/*{code:"&nbsp; Support",url:"http://www.houseofhancock.com/support"},*/
					
					
				]
		},
			];

