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:"#CBC8AB",		// background color for the items
		bgOVER:"#FFEF08"	// 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_MULTIPLE1 = [
	{pos:"relative", itemoff:[26,0], leveloff:[0,150], style:STYLE, size:[22,150]},
	{code:"Supporters Only",format:{arrow:"images/arrow.gif", oarrow:"images/arrow.gif", arrsize:[7,5]},
		sub:[
			{"itemoff":[21,0]},
                        {code:"Logout",url:"https://dpht.co.uk/logout.php"},
                        {code:"Supporters Page",url:"https://dpht.co.uk/member.php"},
                        {code:"Change Profile",url:"https://dpht.co.uk/change_profile_form.php"},
                        {code:"Setup Gift Aid",url:"https://dpht.co.uk/gift_aid_setup.php"},
                        {code:"Change Gift Aid",url:"https://dpht.co.uk/change_giftaid_form.php"},
                        {code:"Change Password",url:"https://dpht.co.uk/change_passwd_form.php"}
		]
	}
];
