function imenus_data0() {

	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 50


   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/
	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "center"

	this.box_animation_frames = 0
	this.box_animation_styles = ""


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/

	this.main_expand_image = ''
	this.main_expand_image_hover = ''
	this.main_expand_image_width = ''
	this.main_expand_image_height = ''
	this.main_expand_image_offx = ''
	this.main_expand_image_offy = ''

	this.sub_expand_image = ''
	this.sub_expand_image_hover = ''
	this.sub_expand_image_width = ''
	this.sub_expand_image_height = ''
	this.sub_expand_image_offx = ''
	this.sub_expand_image_offy = ''

	this.main_pointer_image = ''
	this.main_pointer_image_width = ''
	this.main_pointer_image_height = ''
	this.main_pointer_image_offx = ''
	this.main_pointer_image_offy = ''

	this.sub_pointer_image = ''
	this.sub_pointer_image_width = ''
	this.sub_pointer_image_height = ''
	this.sub_pointer_image_offx = ''
	this.sub_pointer_image_offy = ''

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

	//Main Menu
	this.main_container_styles = "background-color:none; border-style:none; border-color:none; border-width:0px; padding:0px; margin:0px 0px 0px 0px; letter-spacing: 1.5px"
	this.main_item_styles = "text-decoration:none; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#336699; text-align:left; padding:0px; margin:0px 0px 0px;"
	this.main_item_hover_styles = "background-color:none; text-decoration:none; color:#336699;"
	this.main_item_active_styles = "background-color:none; text-decoration:none; color:#336699;"

	//Sub Menu
	this.subs_container_styles = "background-color:#CCCCCC; border-style:SOLID; border-color:#CCCCCC; border-width:1px; padding:0px; margin:0px 0px 0px 0px; letter-spacing: 1.5px"
	this.subs_item_styles = "text-decoration:none; font-face:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; background-color:#CCCCCC; color:#336699; border-bottom: 1px none #E7E7E7; text-align:left; padding:2px; margin:0px 0px 0px;"
	this.subs_item_hover_styles = "background-color:#FEFEFE; color:#339933;"
	this.subs_item_active_styles = "background-color:#FEFEFE; color:#339933;"
}

