BLANK_IMAGE = 'dropdown_menu_files/images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:10,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#006699",		// background color for the items
		bgOVER:"#6699FF"	// 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 MENU_ITEMS = [
	{pos:[115,168], itemoff:[0,122], leveloff:[21,0], style:STYLE, size:[22,122]},
	{code:"PRODUCTS",
		sub:[
			{itemoff:[21,0]},
			{code:"Smart Series", url:"smart_series.html",

				sub:[
					{leveloff:[0,110]},
					{code:"S11", "url":"S11_office_seating.html"},
					{code:"S12", "url":"S12_office_seating.html"}
					
				]
			},
			{code:"Advantage Series", url:"advantage_series.html",
				sub:[
					{leveloff:[0,110]},
					{code:"A11", "url":"A11_office_seating.html"},
					{code:"A12", "url":"A12_office_seating.html"}
				]
			},
			{code:"Concept Series", url:"Concept_series.html",
				sub:[
					{leveloff:[0,110]},
					{code:"C11", "url":"C11_office_seating.html"},
					{code:"C13", "url":"C13_office_seating.html"},
					{code:"C15", "url":"C15_office_seating.html"},
					{code:"C20", "url":"C20_office_seating.html"}
				]
			}
		]
	},
	{code:"HOW TO BUY", "url":"how_to_buy.html"},
	{code:"DOWNLOADS", "url":"downloads.html"},
	{code:"CONTACT US","url":"contact.html"}
];

