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

var STYLE = {
	border:1,			// 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:"white",		// 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 MENU_ITEMS = [
	{pos:[40,250], itemoff:[0,130], leveloff:[21,0], style:STYLE, size:[22,130]},
	{code:"Structure",
		sub:[
			{itemoff:[21,0], size:[22,220]},
			{code:"Nucleus of attendance voluntary", url:"structure.htm", target:"_blank"},
			{code:"The Garden of Desires", url:"garden.htm", target:"_blank"},
			
			]
	},
	{code:"Royal Decree", url:"decree.htm", target:"_blank"},
	{code:"International Law",
		sub:[
			{itemoff:[21,0], size:[22,220]},
			{code:"The Royal House of Portugal", url:"realcasa.htm", target:"_blank"},
			{code:"Dynastic Prerogatives", url:"prerogative.htm", target:"_blank"},			
			{code:"To anyone it can interest", url:"interests.htm", target:"_blank"},
			]
	},
	{code:"Seat", url:"http://www.realcasaportuguesa.org/video_en/sede_en.htm", target:"_blank"},
	{code:"News", url:"news.htm", target:"_blank"},
	{code:"Contacts", url:"contacts.htm", target:"_blank"},
	{code:"Links", url:"links.htm", target:"_blank"}

];

