var BLANK_IMAGE="http://allshiresferretclub.co.uk/menus/b.gif";

var TOP_CENTERED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#009933",		// background color for the items
		bgOVER:"#33CC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCenteredTop",	// CSS class for items
		OVER:"clsCMOverCenteredTop"// CSS class  for item which is under mouse
	}
};

var TOP_LEFT_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:5,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#009933",		// background color for the items
		bgOVER:"#33CC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnLeftTop",	// CSS class for items
		OVER:"clsCMOverLeftTop"// CSS class  for item which is under mouse
	}
};

var SUB_CENTERED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#009933",		// background color for the items
		bgOVER:"#33CC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCenteredSub",	// CSS class for items
		OVER:"clsCMOverCenteredSub"// CSS class  for item which is under mouse
	}
};

var SUBSUB_CENTERED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#009933",		// background color for the items
		bgOVER:"#33CC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCenteredSubSub",	// CSS class for items
		OVER:"clsCMOverCenteredSubSub"// CSS class  for item which is under mouse
	}
};

var CM_STYLE = {border:0, shadow:5, color:{border:"black", shadow:"gray", bgON:"#009933",bgOVER:"#33CC00"}, css:{ON:"clsCMOn", OVER:"clsCMOver"}};

var MENU_STYLE = {border:1, shadow:0, color:{border:"black", shadow:"#cccccc", bgON:"#ffffff",bgOVER:"#ffffff"}, css:{ON:"clsOnMEMBERS_MENU_STYLE", OVER:"clsOverMEMBERS_MENU_STYLE"}};

var MENU_ITEMS2 = [
	
   {pos:[20,190], size:[25,175], itemoff:[24,0], leveloff:[0,0], delay:600, style:TOP_CENTERED_STYLE},
   {code:"Members Area Menu", format:{style:MENU_STYLE}},
   {code:"Registered Users", url:"/members_area/registered_users.php"},   
   {code:"User Control Panel",
      sub:[
         {size:[25,135], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
         {code:"Modify Details", url:"/members_area/new_modify_details.php"},
         {code:"Change Password", url:"/members_area/change_password.php"},
//         {code:"Users Signature", url:"/members_area/signature.php"},         
      ]
   },
   {code:"PM System",
      sub:[
         {size:[25,135], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
         {code:"Indox", url:"/members_area/pm_system/asfc_inbox_test.php"},         
         {code:"Outbox", url:"/members_area/pm_system/asfc_outbox_test.php"},
         {code:"Compose Message", url:"/members_area/pm_system/asfc_compose_test.php"},
      ]
   },
   {code:"Members Forum", url:"/members_area/asforum/show_forums.php"},
   {code:"Live Chat !!", url:"/members_area/chatscript/chat_page.php"},
   {code:"Members Contact Details", url:"/members_area/members_contacts.php"},
   {code:"Club Merchandise", url:"/members_area/members_merchandise.php"},   
   {code:"Logout", url:"/members_area/members_logout.php"},   
];
