  /* ********************************** Menu Settings & Styles ********************************** */

list7 = true

  function imenus_data0(){

	this.enable_visual_design_mode = false

	this.main_is_horizontal = false

	this.menu_showhide_delay = 50

   /*---------------------------------------------

   Images (expand and pointer icons)

   ---------------------------------------------*/

	this.main_expand_image = '/components/navStudio/more.gif'

	this.main_expand_image_hover = '/components/navStudio/more_sub.gif'

	this.main_expand_image_width = '10'

	this.main_expand_image_height = '12'

	this.main_expand_image_offx = '0'

	this.main_expand_image_offy = '0'

	this.sub_expand_image = '/components/navStudio/more.gif'

	this.sub_expand_image_hover = '/components/navStudio/more_sub.gif'

	this.sub_expand_image_width = '10'

	this.sub_expand_image_height = '12'

	this.sub_expand_image_offx = '0'

	this.sub_expand_image_offy = '0'

   /*---------------------------------------------

   Global Menu Styles

   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#ffffff; border-style:solid; border-color:#769bba; border-width:0px; padding:0px; "

	this.main_item_styles = "color:#3C9015; text-align:left; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; border-style:dotted; border-color:#8DB06E; border-width:0px 0px 1px 0px; padding:4px 5px 4px 0px;"

	this.main_item_hover_styles = "background-color:#FFDF4F; color:#002b7f; "

	this.main_item_active_styles = "text-decoration:none; "

	//Sub Menu

	this.subs_container_styles = "background-color:#F4F7FF; border-style:solid; border-color:#6C9ACC; border-width:1px 1px 0px 1px; padding:0px; margin:0px; "

	this.subs_item_styles = "color:#002b7f; text-align:left; font-size:12px; font-weight:normal; text-decoration:none; border-color:#6C9ACC; border-style:solid; border-width:0px 0px 1px 0px; padding:4px; "

	this.subs_item_hover_styles = "background-color:#FFDF4F; "

	this.subs_item_active_styles = "text-decoration:underline; "

}
