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:"#2a8336",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#998675",		// background color for the items
		bgOVER:"#B3A497"	// 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 STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#fff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#998675",		// background color for the items
		bgOVER:"#B3A497"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn_drop",		// CSS class for items
		OVER:"clsCMOver_drop"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{itemoff:[0,135], leveloff:[45,0], style:STYLE, size:[39,160]},
	{code:"Home.", url:"../default.htm", "format":{"size":[39,160], "itemoff":[0,161]},
		sub:[]
	},
	{code:"About Us.", url:"#", "format":{"size":[39,160], "itemoff":[0,161]},
		sub:[{style:STYLE2, itemoff:[35,0], size:[36,160]},
			{code:"Gallery", url:"#"},
			{code:"Brands", url:"#"},
]
	},
	{code:"Home Services.", url:"#", "format":{"size":[39,160], "itemoff":[0,161]},
		sub:[{style:STYLE2, itemoff:[35,0], size:[36,160]},
			{code:"Home Control", url:"../home_theatre_surround_sound_new_braunfels_san_antonio_tx/home_control.htm"},
			{code:"Theatre & Surround Sound", url:"../home_theatre_surround_sound_new_braunfels_san_antonio_tx/surround_sound.htm"},
			{code:"Security Systems", url:"../home_theatre_surround_sound_new_braunfels_san_antonio_tx/security_system.htm"},
			{code:"Complete Home Audio", url:"../home_theatre_surround_sound_new_braunfels_san_antonio_tx/home_audio.htm"},
			{code:"Central Vacuum", url:"../home_theatre_surround_sound_new_braunfels_san_antonio_tx/central_vacuum.htm"},
			{code:"Intercom", url:"../home_theatre_surround_sound_new_braunfels_san_antonio_tx/intercom.htm"},
			]
	},
	{code:"Car Services.", url:"#", "format":{"size":[39,160], "itemoff":[0,161]},
		sub:[{style:STYLE2, itemoff:[35,0], size:[36,160]},
			{code:"Audio", url:"#.htm"},
			{code:"Window Tinting", url:"#"},
			{code:"Security/Navigation", url:"#"},
			{code:"Video", url:"#"},
			{code:"Tracking", url:"#"},
]
	},
	{code:"Commercial.", url:"#", "format":{"size":[39,160], "itemoff":[0,161]},
		sub:[]
	},

	{code:"Contact Us.", url:"../contact.htm", "format":{"size":[39,160], "itemoff":[0,161]},
		sub:[]
	}


];
