function imenus_data0(){

	this.enable_visual_design_mode = true

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/
	this.main_expand_image = 'menubar/images/down_arrow.gif'
	this.main_expand_image_hover = 'menubar/images/down_arrow.gif'
	this.main_expand_image_width = '15'
	this.main_expand_image_height = '14'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '0'

	this.sub_expand_image = 'menubar/images/right_arrow.gif'
	this.sub_expand_image_hover = 'menubar/images/right_arrow.gif'
	this.sub_expand_image_width = '14'
	this.sub_expand_image_height = '14'
	this.sub_expand_image_offx = 'undefined'
	this.sub_expand_image_offy = 'undefined'

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/
	//Main Menu

	this.main_container_styles = "background-color:#006699; border-style:solid; border-color:#006699; border-width:1px; padding:0px; "
	this.main_item_styles = "color:#ff9900; text-align:center; font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#c0c0c0; border-width:1px; padding:1px;"
	this.main_item_hover_styles = "background-color:#000066; color:#ffffff;"
	this.main_item_active_styles = ""

	//Sub Menu

	this.subs_container_styles = "background-color:#006699; border-style:solid; border-color:#c0c0c0; border-width:1px; padding:1px; margin:0px; "
	this.subs_item_styles = "color:#ff9900; text-align:left; font-size:11px; font-weight:bold; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-color:#000066; color:#ffffff;"
	this.subs_item_active_styles = ""
}