BLANK_IMAGE = './tpl/default/menu/images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#271300",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFF8C7",		// background color for the items
		bgOVER:"#271403"	// 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 GREEN_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#271403",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FFF8C7",		// background color for the items
		bgOVER:"#271403"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnGreen",	// CSS class for items
		OVER:"clsCMOverGreen"	// CSS class  for item which is under mouse
	}
};

var DISABLED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#271403",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#cccccc",		// background color for the items
		bgOVER:"#cccccc"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnGreen",	// CSS class for items
		OVER:"clsCMOverGreen"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[28,0], leveloff:[0,140], style:STYLE, size:[29,177]},
	{code:"Władze",
		sub:[
			{style:GREEN_STYLE, size:[29,220]},
			{code:"Okręgowa Rada Łowiecka",url:"./struktura.php?s=wladze&p=orl"},
			{code:"Zarząd Okręgowy",url:"./struktura.php?s=wladze&p=zo"},
			{code:"Okręgowy Rzecznik Dyscyplinarny",url:"./struktura.php?s=wladze&p=ord"},
			{code:"Okręgowy Sąd Łowiecki",url:"./struktura.php?s=wladze&p=osl"},
			{code:"Okręgowa Komisja Rewizyjna",url:"./struktura.php?s=wladze&p=okr"}
		]
	},
	{code:"Komisje",
		sub:[
			{style:GREEN_STYLE, size:[29,160]},
			{code:"Komisja Szkoleniowa",url:"./struktura.php?s=komisje&p=szkoleniowa"},
			{code:"Komisja Strzelecka",url:"./struktura.php?s=komisje&p=strzelecka"},
			{code:"Komisja Kynologiczna",url:"./struktura.php?s=komisje&p=kynologiczna"},
			{code:"Komisja Tradycji i Etyki",url:"./struktura.php?s=komisje&p=tradycji"},
			{code:"Komisja Hodowlana",url:"./struktura.php?s=komisje&p=hodowlana"},
			{code:"Komisja Oceny Trofeów",url:"./struktura.php?s=komisje&p=oceny"},
			{code:"Komisja Odznaczeń",url:"./struktura.php?s=komisje&p=odznaczen"}
		]
	},
	{code:"Kapelan",url:"./struktura.php?s=kapelan"},
	{code:"Rys historyczny",url:"./struktura.php?s=historia"},
	{code:"Charakterystyka",url:"./struktura.php?s=charakterystyka"},
	{code:"Koła",url:"./struktura.php?s=kola"},
	{code:"Odznaczenia",url:"./struktura.php?s=odznaczenia"}
];

