function imenus_data0(){


	this.unlock = "wkvmcnh"

	this.main_is_horizontal = false
	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 = ''
	this.gb_center_tile = ''
	this.gb_right_cap = ''



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = ''
	this.main_expand_image_hover = ''
	this.main_expand_image_width = '5'
	this.main_expand_image_height = '9'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '2'

	this.sub_expand_image = ''
	this.sub_expand_image_hover = ''
	this.sub_expand_image_width = '4'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'






   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#dedbe2; "
	this.main_item_styles = "color:#5a3d6f; text-align:left; font-family:Arial; font-size:11px; font-weight:bold; text-decoration:none; border-style:outset; border-color:#b8b5bc; border-width:0px 0px 1px 0px ; padding:5px 0px 5px 22px ; "
	this.main_item_hover_styles = "color:#000000"
	this.main_item_active_styles = ""
	this.main_graphic_item_styles = ""



	//Sub Menu

	this.subs_ie_transition_show = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);"

	this.subs_container_styles = "background-color:#dedbe2; border-style:solid; border-color:#b8b5bc; border-width:0px; padding:0px; margin:4px 0px 0px; "
	this.subs_item_styles = "background-color:#dedbe2; color:#5a3d6f; text-align:left; font-size:11px; font-weight:bold; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:5px 5px; "
	this.subs_item_hover_styles = "background-color:#b7afc2; color:#5a3d6f; "
	this.subs_item_active_styles = "background-color:#ffffff; "



}