function imenus_data0(){


	this.enable_visual_design_mode = true			//turns the visual design pad option on or off

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150



	this.sub_expand_image = "electroniximages/square.gif"
	this.sub_expand_image_hover = "images/arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "6"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "0"

	
	


	this.sub_pointer_image0_6 = 'electroniximages/newflash/arrow.jpg'
	this.sub_pointer_image_offx0_6 = '142'

	

	
	
	
	
   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#FFFFFF;   border-width:2px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "color: #000000; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:10px; padding-right:10px; padding-bottom:10px; padding-left:12px; border-style:none;  border-width:0px; "
	//this.main_item_hover_styles = "background-color:#CCCCCC; color:#333333"
	this.main_item_active_styles = "text-decoration:none; "


	//Sub Menu

	this.subs_container_styles = "background-color:#FFFFFF; border-style:solid; border-width:1px; padding-top:7px; padding-right:7px; padding-bottom:7px; padding-left:7px; "
	this.subs_item_styles = "color:#000000; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; border-style:none; border-width:1px; "
	this.subs_item_active_styles = "text-decoration:underline; "



}
