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

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"#F9F9F9",		// background color for the items
		bgOVER:"#B6BDD2"	// 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 BOLD = {
	css:{
		ON:"clsBoldOn",		// CSS class for items
		OVER:"clsBoldOver"	// CSS class  for item which is under mouse
	}
}
var MENU_ITEMS = [
	{pos:[625,161], itemoff:[0,100], leveloff:[0,0], style:NOSTYLE, size:[25,162]},
	{code:"",url:'##',
		sub:[
			{itemoff:[22,0], leveloff:[24,0], style:STYLE, size:[22,162]},
			{code:"За България",url:'./index.php?page=info_bulgaria&lang=bg'},
			{code:"Регион Варна",url:'./index.php?page=info_region_varna&lang=bg'},
			{code:"Град Варна",url:'./index.php?page=info_varna&lang=bg'},
			{code:"Покупко-продажба",url:'./index.php?page=info_purchasing&lang=bg',style:BOLD},
			{code:"Ипотеки",url:'./index.php?page=mortgages&lang=bg'}
		]
	}
];
