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:#999999; border-width:1px; "



   /*---------------------------------------------
   Optional Expand Icon Animation Settings
   ---------------------------------------------*/





   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = 'images/menu/trans.gif'
	this.main_expand_image_hover = 'images/menu/trans.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = 'images/menu/sub_arrow.gif'
	this.sub_expand_image_hover = 'images/menu/sub_arrow.gif'
	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 = 'images/menu/arrow_down.gif'
	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-4'

	this.sub_pointer_image = 'images/menu/arrow_right.gif'
	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-image:url(http://www.lookingbeyond.com/images/navbgxxx.gif); border-color:#f8df8b; display: block; padding: 0px; border: 1px solid #b380b3; "
	this.main_item_styles = "color:#ffffcc; text-align:center; font-family:TimesNewRoman; font-size:11pt; font-weight:bold; font-style:normal; text-decoration:none; border-style:none; border-color:#ffffff; border-width:1px; padding:2px 8px; "
	this.main_item_hover_styles = "text-decoration:none; border-style:none; "
	this.main_item_active_styles = "text-decoration:none; "



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#efefef; border-style:dotted; border-color:#800080; border-width:1px; padding:5px; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#000000; text-align:left; font-family:Arial; font-size:10pt; font-weight:normal; font-style:normal; text-decoration:none; border-style:none; border-color:#800080; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "color:#800080; text-decoration:none; border-style:dotted; "
	this.subs_item_active_styles = "background-color:#ffffff; "



}
