  list7=true
  function imenus_data0(){
  this.enable_visual_design_mode = false
  this.main_is_horizontal = true
  this.menu_showhide_delay = 150

   /*---------------------------------------------

   Images (expand and pointer icons)

   ---------------------------------------------*/

	this.main_expand_image_offx = '0'

	this.main_expand_image_offy = '0'

	this.sub_expand_image_offx = 'undefined'

	this.sub_expand_image_offy = 'undefined'


   /*---------------------------------------------

   Global Menu Styles

   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#000000; border-top-style:solid; border-top-color:#000000; border-top-width:1px;      border-bottom-style:solid; border-bottom-color:#000000; border-bottom-width:1px;padding-top:5px;padding-bottom:5px; "

	this.main_item_styles = "color:#ffffff; text-align:center; font-family:Verdana; font-size:12px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:0px; padding:2px 3px; "

	this.main_item_hover_styles = "background-color:#e44c23; color:#000000; "

	this.main_item_active_styles = ""

	//Sub Menu

	this.subs_container_styles = "background-color:#ffffff; border-style:solid; border-color:#999999; border-width:3px; padding:5px; margin:0px 0px 0px 0px; "

	this.subs_item_styles = "color:#111111; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 3px; "

	this.subs_item_hover_styles = "background-color:#e44c23; color:#000000; "

	this.subs_item_active_styles = ""

}