function imenus_data2(){




	this.enable_visual_design_mode = true

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	this.main_expand_image_width = ""
	this.main_expand_image_height = ""

	this.sub_expand_image = "images/sample3_sub_arrow.gif"
	this.sub_expand_image_hover = "images/sample3_sub_arrow.gif"
	this.sub_expand_image_width = "5"
	this.sub_expand_image_height = "7"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#FFFFFF; background-image:; border-style:solid; border-color:#000000; border-width:0; padding-top:0px; padding-right:1px; padding-bottom:0px; padding-left:1px;" 
	this.main_item_styles = "background-color:#FFFFFF; background-image:; color:#006888; text-align:center; font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:0px; padding-bottom:4px; padding-left:0px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:; background-image:; color:#F00000; font-weight:; text-decoration:none; "
	this.main_item_active_styles = "background-color:#FFFFFF; background-image:; color:#EE9A49; font-weight:; text-decoration:; "


	//Sub Menu

	this.subs_container_styles = "background-color:#FFFFFF; background-image:; border-style:solid; border-color:#FAE77A; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.subs_item_styles = "background-color:#FFFFFF; background-image:; color:#006888; text-align:left; font-family:; font-size:11px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#FAE77A; border-width:0px; "
	this.subs_item_hover_styles = "background-color:; background-image:url('img/Menu_logo4.jpg'); color:#F00000; font-weight:; text-decoration:; "
	this.subs_item_active_styles = "background-color:#ffffff; background-image:; color:#EE9A49; font-weight:; text-decoration:; "


}
