function imenus_data0(){


	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


  this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-4'

	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'



	//Main Menu

	this.main_container_styles = "background-color:#fadd06; border-style:solid; border-color:#cccccc; border-width:2px; padding:4px; margin:0px; "
	this.main_item_styles = "background-color:#fe9900; color:#333333; text-align:left; font-family:Arial; font-size:18px; font-weight:normal; font-style:normal; text-decoration:none; border-style:solid; border-color:#c0c0c0; border-width:2px; padding:0px; "
	this.main_item_hover_styles = "background-color:#fadd06; text-decoration:none; "
	this.main_item_active_styles = "background-color:#fadd06; "



	//Sub Menu

	this.subs_container_styles = "background-color:#dfdfdf; border-style:solid; border-color:#dddddd; padding:0px; margin:0px; "
	this.subs_item_styles = "color:#555555; text-align:left; font-size:16px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#ff8000; border-width:1px; padding:0px; "
	this.subs_item_hover_styles = "color:#000000; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#ffffff; "}