function imenus_data0(){


	this.unlock = "wkvmcnh"

	this.main_is_horizontal = true
	this.menu_showhide_delay = 20
	this.show_subs_onclick = false
	this.hide_focus_box = false



   /*---------------------------------------------
   Main Menu Graphic Buttons
   ---------------------------------------------*/


	this.gb_cap_width = "15"
	this.gb_cap_height = "22"

	this.gb_left_cap = '/code/bluegray_columns_bl.gif'
	this.gb_center_tile = '/code/bluegray_columns_bc.gif'
	this.gb_right_cap = '/code/bluegray_columns_br.gif'



   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "center"

	this.box_animation_frames = 10
	this.box_animation_styles = "border-style:solid; border-color:#000000; border-width:1px; "



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/



	this.sub_expand_image = '/code/a2.gif'
	this.sub_expand_image_hover = '/code/a2.gif'
	this.sub_expand_image_width = '10'
	this.sub_expand_image_height = '10'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'


	this.sub_pointer_image = '/code/a5.gif'
	this.sub_pointer_image_width = '6'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '0'
	this.sub_pointer_image_offy = '-3'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:none; border-width:0px; padding:4px 0px 0px 10px; margin:0px; "
	this.main_item_styles = "background-color:#efefef; color:#000000; text-align:left; font-family:Arial; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; border-style:none; border-color:#dddddd; border-width:0px; padding:0px; margin:0px 4px 0px 0px; "
	this.main_item_hover_styles = "background-color:#bfbfbf; color:#000000; text-decoration:underline; border-style:none; "
	this.main_item_active_styles = "background-color:#9f9f9f; color:#000000; text-decoration:underline; border-style:none; "
	this.main_graphic_item_styles = "padding:3px 0px 0px 3px; "



	//Sub Menu

	this.subs_ie_transition_show = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.4)"

	this.subs_container_styles = "background-color:#675a90; border-style:solid; border-color:#000000; border-width:1px; padding:0px 0px 0px 5px; margin:0px; "
	this.subs_item_styles = "background-color:#efefef; color:#000000; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:0px; padding:3px 5px; margin:0px; "
	this.subs_item_hover_styles = "background-color:#cfcfcf; color:#000000; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#ffffff; color:#000000; "



}
