BLANK_IMAGE = 'images/b.gif';
var STYLE2 = {
	border:1,
	shadow:0,
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#737371",		// background color for the items
		bgOVER:"#001c43"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",
		OVER:"clsCMOver1"
		
	}
};

var HSTYLE = {
	border:0,			// 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:"clsCMOnH",		// CSS class for items
		OVER:"clsCMOverH"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS2 = [
	{pos:["relative",154], itemoff:[0,195], leveloff:[34,0], style:HSTYLE, size:[33,100]},
	{code:'<img src="images/Hmenu/about_us1.jpg" width="80" height="33" />', 
		ocode:'<img src="images/Hmenu/about_us2.jpg" width="80" height="33" />', 
		sub:[
			{leveloff:[30,0],itemoff:[29,0]}, 
			{code:"ABOUT US", url:"Index_About_Us.html",style:STYLE2, size:[30,180]},
			{code:"COUNCIL", url:"Index_About_Us_Council.html",style:STYLE2, size:[30,180]},
			{code:"COMMITTEES", url:"Index_About_Us_Committees.html",style:STYLE2, size:[30,180]},
			
			]
		},
		
		{itemoff:[0,80],leveloff:[30,0], code:'<img src="images/Hmenu/calendar_of_events1.jpg" width="145" height="33" />', size:[33,145],
		ocode:'<img src="images/Hmenu/calendar_of_events2.jpg" width="145" height="33" />', 
		sub:[
			{itemoff:[29,0]}, 
			{code:"UPCOMING EVENTS", url:"Index_Events.html",style:STYLE2, size:[30,150]},
			{code:"PAST EVENTS", style:STYLE2, size:[30,150],
				sub:[
				{leveloff:[0,150]},
				{code:"2011 EVENTS", url:"Index_Events_Past_2011.html",style:STYLE2, size:[30,150]},
				{code:"2010 EVENTS", url:"Index_Events_Past_2010.html",style:STYLE2, size:[30,150]},
				{code:"2009 EVENTS", url:"Index_Events_Past_2009.html",style:STYLE2, size:[30,150]},
				{code:"2008 EVENTS", url:"Index_Events_Past_2008.html",style:STYLE2, size:[30,150]},
				]},		
			]
		},
	
	{itemoff:[0,145],code:'<img src="images/Hmenu/training1.jpg" width="205" height="33" />', size:[33,205],
		ocode:'<img src="images/Hmenu/training2.jpg" width="205" height="33" />',
		sub:[
			{leveloff:[30,0],itemoff:[29,0]}, 
			{code:"INTERNATIONAL ENTRY COURSE", url:"Index_Training_Research_Material_1.html",style:STYLE2, size:[30,205]},
			{code:"FELLOWSHIP ASSESSMENT COURSE", url:"Index_Training_Research_Material_2.html",style:STYLE2, size:[40,205]},
			{code:"GRADUATE CERTIFICATE IN INTERNATIONAL ARBITRATION (NUS)", url:"Index_Training_Research_Material_3.html",style:STYLE2, itemoff:[39,0],size:[40,205]},
			]
		},
		
		{itemoff:[0,205],leveloff:[30,0],code:'<img src="images/Hmenu/news1.jpg" width="121" height="33" />', size:[33,205],
		ocode:'<img src="images/Hmenu/news2.jpg" width="121" height="33" />',
		sub:[
			{itemoff:[29,0]},
			{code:"ARTICLES", style:STYLE2, size:[30,121],
				sub:[
				{leveloff:[0,121]},
				{code:"LATEST ARTICLES", url:"Index_News_Articles_Latest.html",style:STYLE2, size:[30,150]},
				{code:"08/09 ARTICLES", url:"Index_News_Articles_0809.html",style:STYLE2, size:[30,150]},
				{code:"07/06 ARTICLES", url:"Index_News_Articles_0706.html",style:STYLE2, size:[30,150]},
				{code:"05/04/03 ARTICLES", url:"Index_News_Articles_050403.html",style:STYLE2, size:[30,150]},
						]},		
			{code:"NEWSLETTERS", style:STYLE2, size:[30,121],
				sub:[
				{leveloff:[0,121]},
				{code:"LATEST ISSUE", url:"Index_Newsletter_Latest.html",style:STYLE2, size:[30,150]},
				{code:"08/09 ISSUES", url:"Index_Newsletter_0809.html",style:STYLE2, size:[30,150]},
				{code:"07/06 ISSUES", url:"Index_Newsletter_0706.html",style:STYLE2, size:[30,150]},
				]},					
			]
		},
		
		{itemoff:[0,121],code:'<img src="images/Hmenu/contact_us1.jpg" width="97" height="33" />',
		ocode:'<img src="images/Hmenu/contact_us2.jpg" width="97" height="33" />', url:"Index_Contact_Us.html",
		sub:[
			
			]
		},
		{itemoff:[0,97],code:'<img src="images/Hmenu/member_login1.jpg" width="110" height="33" />', url:"Index_Member_Login.html",
		ocode:'<img src="images/Hmenu/member_login2.jpg" width="110" height="33" />',
		sub:[
			
			]
		},
		
		
];

