BLANK_IMAGE = '/themes/images/px.gif';
var nocolor = {"border":"", "shadow":"", "bgON":"","bgOVER":""};
var host = "http://www.chery-club.org";
var STYLE_BOTTOM = {
	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:"#FFCECC",		// background color for the items
		bgOVER:"#AC0032"	// 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 STYLE_MAIN = {
	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:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnb",		// CSS class for items
		OVER:"clsCMOverb"	// CSS class  for item which is under mouse
	}
};

var STYLE_PAS = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		bgON:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnb",		// CSS class for items
		OVER:"clsCMOnb"	// CSS class  for item which is under mouse
	}
};

var STYLE_DOWN = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	borders:[0,0,0,0],
	color:nocolor,
	css:{
		ON:"",		// CSS class for items
		OVER:""	// CSS class  for item which is under mouse
	}
	
};

var MENU_ITEMS = [
	{pos:[350,140], itemoff:[0,99], leveloff:[25,0], style:STYLE_MAIN, size:[25,100]},
	
	{code: ':', "format":{"size":[25,5], "style": STYLE_PAS}},
	




        {code:"О клубе", format:{"itemoff":[0,20],"size":[25,50], leveloff:[-107,-30]},
		sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,120]},
			{code:"Символика" , url:host + '/symbolics.php'},
			{code:"Участники", url:host + '/net.php'},
			{code:"Архив встреч", url:host + '/arhiv_club.php'},
			{code:"Партнеры", url:host + '/net.php'},
			
		]
	},

        {code:'::', "format":{"size":[25,30], "style":STYLE_PAS, "itemoff":[0,50]}},


	
	{code:"Новости", url:host + '/news.php', format:{"itemoff":[0,33],"size":[25,60], leveloff:[-83,-30]},
		sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,130]},
			{code:"Новости КЛУБА" , url:host + '/news_chery_club.php'},
			{code:"Новости CHERY", url:host + '/news_chery.php'},
			{code:"Новости АВТО", url:host + '/news_auto.php'},
			
			
		]
	},
	
	{code:'::', "format":{"size":[25,23], "style":STYLE_PAS, "itemoff":[0,70]}},
	
	{code:"Форум", url:host + '/forums/index.php', format:{"itemoff":[0,33],"size":[25,50], leveloff:[-130,-40]},
		sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,135]},
			{code:"Клуб" , url:host + '/forums/viewforum.php?f=41'},
			{code:"Клуб CHERY в регионах Украины", url:host + '/forums/viewforum.php?f=42'},
			{code:"Наши автомобили", url:host + '/forums/viewforum.php?f=43'},
                  {code:"Где? Что? Почём?", url:host + '/forums/viewforum.php?f=44'},
                  {code:"Прочие", url:host + '/forums/viewforum.php?f=45'},
		
			
		]
	},

	
	{code:'::', "format":{"size":[25,23], "style":STYLE_PAS, "itemoff":[0,60]}},


{code:"Фото", url:host + '/gallery/index.php', format:{"itemoff":[0,33],"size":[25,40], leveloff:[-85,-50]},
		sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,140]},
			{code:"Учасники", url:host + '/gallery/index.php?cat=1'},
			{code:"Встречи клуба", url:host + '/gallery/index.php?cat=2'},
                        {code:"Обои/Картинки", url:host + '/gallery/index.php?cat=3'},

			
		]
	},
      {code:'::', "format":{"size":[25,23], "style":STYLE_PAS, "itemoff":[0,50]}},
	
	{code:"Информация", url:host + '/o_nas.php', format:{"itemoff":[0,33],"size":[25,85], leveloff:[-110,-30]},
         	sub:[
			{itemoff:[24,0], style:STYLE_BOTTOM, size:[22,140]},
			{code:"QQ", url:host + '/info_cars_qq.php'},
                  {code:"KIMO", url:host + '/info_cars_kimo.php'},
			{code:"AMULET", url:host + '/info_cars_amulet.php'},
                        {code:"EASTAR", url:host + '/info_cars_eastar.php'},
		]
	}, 
			
	{code:':', "format":{"size":[25,5], "style":STYLE_PAS, "itemoff":[0,95]}},
	
	];
