BLANK_IMAGE = 'images/sq.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:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,83], leveloff:[17,0], style:STYLE, size:[10,59], delay:1000},
	{code:'<img src="nav/services_off.gif" width="59" height="10" />',
		ocode:'<img src="nav/services_on.gif" width="59" height="10" />',
		sub:[
			{size:[22, 82], delay:1000, imgsize:[22, 82]},
			{code:'<img src="nav/realestate_off.gif" width="82" height="22" />',
				ocode:'<img src="nav/realestate_on.gif" width="82" height="22" />', url:'realestate.shtml'},
				
			{code:'<img src="nav/design_off.gif" width="82" height="22" />',
				ocode:'<img src="nav/design_on.gif" width="82" height="22" />', url:'design.shtml'},
				
			{code:'<img src="nav/construction_off.gif" width="82" height="22" />',
				ocode:'<img src="nav/construction_on.gif" width="82" height="22" />', url:'construction.shtml'}
		]
	}
];
