function imenus_data0(){


	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "center"

	this.box_animation_frames = 15
	this.box_animation_styles = "border-style:solid; border-color:#154C82; border-width:1px; "



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image_width = '0'
	this.main_expand_image_height = '0'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '0'

	this.sub_expand_image = ''
	this.sub_expand_image_hover = ''
	this.sub_expand_image_width = '0'
	this.sub_expand_image_height = '0'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0'

	this.main_pointer_image_width = '0'
	this.main_pointer_image_height = '0'
	this.main_pointer_image_offx = '0'
	this.main_pointer_image_offy = '0'

	this.sub_pointer_image_width = '0'
	this.sub_pointer_image_height = '0'
	this.sub_pointer_image_offx = '0'
	this.sub_pointer_image_offy = '0'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#ffffff; border-style:none; border-color:#6a6a6a; border-width:1px; padding:0px; margin:0px; "
	this.main_item_styles = "background-color:#DB2935; background-image:url(images/bg-menu.gif); color:#000000; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; border-style:none; padding:7px 0px 13px; "
	this.main_item_hover_styles = "background-color:#154C82; background-image:url(images/bg-menu-selected.gif); text-decoration:none; "
	this.main_item_active_styles = "background-color:#154C82; background-image:url(images/bg-menu-selected.gif); "



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#DFE6EB; border-style:solid; border-color:#92A3B0; border-width:1px; padding:5px; margin:0px 0px 0px; "
	this.subs_item_styles = "background-color:#DFE6EB; background-image:url(images/space.gif); color:#000000; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#92A3B0; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-color:#ffffff; background-image:url(images/space.gif); color:#000000; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#ffffff; background-image:url(images/space.gif); "




}