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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#769e4f"	// 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 GREEN_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#dededf",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#f4e274",		// background color for the items
		bgOVER:"#c84040"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS = [
	{pos:'absolute'},
	{code:"<img src='images/newnav_homeA.jpg' width='46' height='26' />", size:[26,46], itemoff:[0,0], leveloff:[0,0], url:"index.asp"
	},
	{code:"<img src='images/newnav_aboutusA.jpg' width='57' height='26' />", size:[26,57], itemoff:[0,46], leveloff:[0,0], "format":{
	ocode:"<img src='images/newnav_aboutusA.jpg' width='57' height='26' />", url:"aboutus.asp"
	},
			sub:[
			{leveloff:[26,0],"size":[15,100], itemoff:[15,0]},
			{code:"&nbsp;&nbsp;Testimonials", style:GREEN_STYLE, url:"testimonials.asp"},
		]
	},
	{code:"<img src='images/newnav_customhomesA.jpg' width='89' height='26' />", size:[26,89], itemoff:[0,57], leveloff:[0,0], url:"customhomes.asp"
	},
	{code:"<img src='images/newnav_designbuildA.jpg' width='80' height='26' />", size:[26,80], itemoff:[0,89], leveloff:[0,0], url:"designbuild.asp"
	},
	{code:"<img src='images/newnav_servicesA.jpg' width='52' height='26' />", size:[26,80], itemoff:[0,80], leveloff:[0,0], url:"services.asp"
	},
	{code:"<img src='images/newnav_galleryA.jpg' width='46' height='26' />", size:[26,52], itemoff:[0,52], leveloff:[0,0], "format":{
	ocode:"<img src='images/newnav_galleryA.jpg' width='46' height='26' />", url:"gallery.asp"
	},
			sub:[
			{leveloff:[26,0],"size":[15,100], itemoff:[15,0]},
			{code:"&nbsp;&nbsp;Before & After", style:GREEN_STYLE, url:"gallery.asp"},
			{code:"&nbsp;&nbsp;Inside/Outside", style:GREEN_STYLE, url:"gallery2.asp#top"},
			{code:"&nbsp;&nbsp;Additions", style:GREEN_STYLE, url:"gallery6.asp#top"},
			{code:"&nbsp;&nbsp;Kitchens", style:GREEN_STYLE, url:"gallery3.asp#top"},
			{code:"&nbsp;&nbsp;Baths", style:GREEN_STYLE, url:"gallery4.asp#top"}
		]
	},
	{code:"<img src='images/newnav_selluslandA.jpg' width='70' height='26' />", size:[26,70], itemoff:[0,46], leveloff:[0,0], url:"sellusland.asp"
	},
	{code:"<img src='images/newnav_contactusA.jpg' width='73' height='26' />", size:[26,73], itemoff:[0,70], leveloff:[0,0], url:"contactus.asp"
	},
];
