function imenus_data0(){

	this.enable_visual_design_mode = false
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150

   /*---------------------------------------------
   Optional Expand Icon Animation Settings
   ---------------------------------------------*/
	this.expand_arrow_animation_frames1 = "8"
	this.expand_arrow_animation_movexy1 = "-8,0"
	this.expand_arrow_animation_frames2 = "8"
	this.expand_arrow_animation_movexy2 = "-6,0"

   /*---------------------------------------------
   Images (expand and pointer icons)
   -------------------_-------------------------*/
	this.main_expand_image = 'themes/dropdown/arrow.gif'
	this.main_expand_image_hover = 'themes/dropdown/arrow.gif'
	this.main_expand_image_width = '5'
	this.main_expand_image_height = '7'
	this.main_expand_image_offx = '-5'
	this.main_expand_image_offy = '4'

	this.sub_expand_image = 'themes/dropdown/arrow.gif'
	this.sub_expand_image_hover = 'themes/dropdown/arrow.gif'
	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '4'

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/
	//Main Menu
	this.main_container_styles = "background-color:#f6f6f6; border-style:none; border-width:0px; padding:0px; margin:0px; "
	//this.main_item_styles = "width:100%; float:left; height:16px; background-color:#e4e5e3; color:#898989; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; border-width:0px; padding:2px 3px 2px 23px ; margin:2px 0px 0px 0px; "
	this.main_item_styles = "background-color:#e4e5e3; color:#898989; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; border-width:0px; padding:2px 3px 2px 23px ; margin:2px 0px 0px 0px; "
	this.main_item_hover_styles = "background-color:#eadec8; "
	this.main_item_active_styles = "background-color:#eadec8; "

	//Sub Menu
	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5); background-color: white; background-repeat: repeat; border-style: solid; border-width: 0 2px 2px 2px; border-right-color: white; border-bottom-color: white; border-left-color: white; padding:0px; margin:0px; "
	this.subs_item_styles = "background-color:#e4e5e3; color:#898989; text-align:left; font-size:12px; font-weight:normal; text-decoration:none; padding:2px 5px; margin:2px 0px 0px 0px; "
	this.subs_item_hover_styles = "background-color:#eadec8; color:#898989; "
	this.subs_item_active_styles = "background-color:#eadec8; "
}
