   /*---------------------------------------------
  ********************************** Menu Settings & Styles ********************************** 
   ---------------------------------------------*/

function imenus_data0(){


	this.unlock = ""

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150
	this.show_subs_onclick = false
	this.hide_focus_box = false



   /*---------------------------------------------
   Main Menu Graphic Buttons
   ---------------------------------------------*/


	this.gb_cap_width = "undefined"
	this.gb_cap_height = "undefined"

	this.gb_left_cap = null
	this.gb_center_tile = null
	this.gb_right_cap = null



   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "top"

	this.box_animation_frames = 12
	this.box_animation_styles = "border-style:solid; border-color:#cccccc; border-width:1px; "



   /*---------------------------------------------
   Optional Expand Icon Animation Settings
   ---------------------------------------------*/


	this.expand_arrow_animation_frames1 = "8"
	this.expand_arrow_animation_movexy1 = "-6,0"
	this.expand_arrow_animation_frames2 = "8"
	this.expand_arrow_animation_movexy2 = "0,0"



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = gRootBase + 'img/menu/main_arrow.gif'
	this.main_expand_image_hover = gRootBase + 'img/menu/main_arrow.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '2'
	this.main_expand_image_offy = '5'

	this.sub_expand_image_width = '5'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image_width = '11'
	this.main_pointer_image_height = '9'
	this.main_pointer_image_offx = '0'
	this.main_pointer_image_offy = '0'

	this.sub_pointer_image = gRootBase + 'img/menu/pointer.gif'
	this.sub_pointer_image_width = '10'
	this.sub_pointer_image_height = '8'
	this.sub_pointer_image_offx = '-10'
	this.sub_pointer_image_offy = '0'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:transparent; border-style:none; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "color:#ffffff; text-align:left; font-family:Tahoma; font-size:9pt; font-weight:bold; font-style:normal; text-decoration:none; border-style:solid; border-color:#dddddd; border-width:1px; padding:2px 8px; "
	this.main_item_hover_styles = "background-color:transparent; color:#4b4b4b; text-decoration:underline; "
	this.main_item_active_styles = "background-color:transparent; text-decoration:none; "
	this.main_graphic_item_styles = ""



	//Sub Menu

	this.subs_ie_transition_show = ""

	this.subs_container_styles = "background-color:#efefef; border-style:solid; border-color:#cccccc; border-width:1px; padding:5px; margin:6px 0px 0px; "
	this.subs_item_styles = "color:#4b4b4b; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#ffffff; "



}












