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:"Estrutura",

		sub:[

			{itemoff:[21,0], size:[22,220]},

			{code:"Núcleo de Assistência Voluntária", url:"nucleos.htm", target:"_blank"},

			{code:"O Jardim dos Desejos", url:"jardim.htm", target:"_blank"},

			

			]

	},

	{code:"Decreto Real", url:"decreto.htm", target:"_blank"},

	{code:"Direito Internacional",

		sub:[

			{itemoff:[21,0], size:[22,220]},

			{code:"Real Casa de Portugal", url:"sujeto.htm", target:"_blank"},

			{code:"Prerrogativas Dinásticas", url:"dinasticas.htm", target:"_blank"},			

			{code:"Aos interessados", url:"interessado.htm", target:"_blank"},

			]

	},

	{code:"Sede", url:"http://www.theroyalhouseofportugal.org/video_po/sede_po.htm", target:"_blank"},

	{code:"News", url:"news.htm", target:"_blank"},

	{code:"Contactos", url:"contacts.htm", target:"_blank"},

	{code:"Links", url:"links.htm", target:"_blank"}



];


