//**** CSS Drop Down Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****

um0http = 1

function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/



/*---------------------------------------------
Icon Images
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../images/bullet.gif"
	this.rel_icon_rollover0 = "../images/bullet_hl.gif"
	this.rel_icon_image_wh0 = "13,8"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../images/arrow.gif"
	this.abs_icon_rollover0 = "../images/arrow.gif"
	this.abs_icon_image_wh0 = "13,10"
	this.abs_icon_image_xy0 = "-20,8"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1			//applies to horizontal menus only
	this.divider_height = 1			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX_X = true




/*---------------------------------------------
Menu Orientation and Dimensions
---------------------------------------------*/

   //All values below are defined in pixel units.  Only the 
   //width of items and menu groups may be defined, heights 
   //are automatically determined by the font size and padding
   //values below.  See the menu_styles.css file for additional
   //border color and style settings.


	this.is_horizontal = false			//applies to all menu groups
	this.is_horizontal_main = true			//applies to main group only
	
	this.menu_width = 0				//applies to vertical menus
	this.menu_width_items = 100			//applies to items in a horizontal menu
	//this.menu_width_item0_0 = 140			//applies to items in a horizontal menu



   //Padding Values
  

	this.menu_padding_main = "0,0,0,0"		//top, right, bottom, left
	this.menu_padding_sub = "0,0,0,0"

	this.item_padding_main = "5,5,5,5"
	this.item_padding_sub = "5,5,5,5"

	

   //Border Sizing


	this.menu_border_main = 0
	this.menu_border_sub = 0

	this.item_border_main = 0
	this.item_border_sub = 0



   //Specific Item Setting Examples (change 'X' to appropriate index value)
	

	this.is_horizontalX = true
	
	this.menu_width_item0 = 95
	this.menu_width_item1 = 130
	this.menu_width_item2 = 130
	this.menu_width_item3 = 130
	this.menu_width_item4 = 130
	this.menu_width_item5 = 89
	//this.menu_width_item6 = 73
	
	this.menu_widthX = 300
	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	this.menu_padding_subX = "0,0,0,0"
	this.item_padding_mainX = "0,0,0,0"
	this.item_padding_subX_X = "0,0,0,0"

	this.menu_border_subX = 1
	this.item_border_mainX = 1
	this.item_border_subX_X = 1


/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups 
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"


/*---------------------------------------------
Exposed Menu Events - Custom Script Attachment
---------------------------------------------*/


	this.show_menu = "";
	this.hide_menu = "";


 //available specific settings


	//this.show_menuX = "alert('show id')";
	//this.hide_menuX = "alert('hide id')";




/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0
	this.item0 = "HOME"
	this.url0 = "../default.aspx"
	//this.icon_rel0 = 0
	                  
	this.item1 = "ABOUT MORGAN"
	this.url1 = "../am.aspx"
	//this.icon_rel0 = 0
	
	this.item3 = "OUR PRODUCTS"
	this.url3 = "../our_products.aspx"
	//this.icon_rel1 = 0
	
	this.item2 = "OUR SERVICES"
	this.url2 = "../our_services.aspx"
	//this.icon_rel2 = 0
	
	//this.item4 = "M FINANCIAL"
	//this.url4 = "../m_financial.aspx"
	//this.icon_rel3 = 0
	
	this.item5 = "CONTACT US"
	this.url5 = "../contact_us.aspx"
	//this.icon_rel4 = 0



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0 - HOME

	this.menu_xy0 = "-130,22"
	this.menu_width0 = 100

	
	//Sub Menu 1 - ABOUT MORGAN

	this.menu_xy1 = "-130,22"
	this.menu_width1 = 140

	this.item1_0 = "PRIVACY POLICY"
	this.item1_1 = "DISCLOSURES"
	//this.item1_2 = "FIRM OVERVIEW"

	this.url1_0 = '../am_privacy.aspx'
	this.url1_1 = '../am_disclosures.aspx'
	//this.url1_2 = '../am_firmoverview.aspx'

   //Sub Menu 3 - OUR PRODUCTS
	
	this.menu_xy3 = "-131,22"
	this.menu_width3 = 160
        
	this.item3_0 = "LIFE INSURANCE"
	this.item3_1 = "DISABILITY INCOME INSURANCE"
	
	this.url3_0 = '../op_li.aspx'
	this.url3_1 = '../op_di.aspx'



    //Sub Menu 2 - OUR SERVICES

	this.menu_xy2 = "-131,22"
	this.menu_width2 = 200
	
	this.item2_0 = "PRIVATE CLIENT SERVICES"
	this.item2_1 = "CORPORATE CLIENT SERVICES"
	
	
	this.url2_0 = '../os_pcs.aspx'
	this.url2_1 = '../os_ccs.aspx'
	

    //Sub Menu 4 - PLAN ADMINISTRATION

	this.menu_xy4 = "-131,22"
	this.menu_width4 = 140
	
	this.item4_0 = "CAPABILITIES"
	//this.item4_1 = "FACT SHEET"

	
	this.url4_0 = '../M Capabilities Brochure.pdf'
	//this.url4_1 = '../mf_fact_sheet.aspx'
	



    //Sub Menu 5 - PRIVATE CLIENT GROUP

	this.menu_xy5 = "-131,22"
	this.menu_width5 = 146

		
	
	this.url5_0 = '../rc_cp.aspx'
	this.url5_1 = '../rc_ep.aspx'
	this.url5_2 = '../rc_ip.aspx'
	this.url5_3 = '../rc_links.aspx'


	

}///////////////////////// END Menu Data /////////////////////////////////////////


