function imenus_data0(){


	this.unlock = "Add your unlock code here."

	this.main_is_horizontal = true
	this.menu_showhide_delay = 0
	this.show_subs_onclick = false
	this.hide_focus_box = true



   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "top"

	this.box_animation_frames = 10
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = ''
	this.main_expand_image_hover = 'subarrow.gif'
	this.main_expand_image_width = '9'
	this.main_expand_image_height = '9'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = ''
	this.sub_expand_image_hover = 'subarrow.gif'
	this.sub_expand_image_width = '10'
	this.sub_expand_image_height = '8'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-14'

	this.sub_pointer_image_width = '11'
	this.sub_pointer_image_height = '11'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "top:0px;padding:0px 0px 0px 0px;margin:0px;"
	this.main_item_styles = "height:20px;color:#327204;text-align:center;font-family:Verdana,sans-serif;font-size:12px;font-style:normal;text-decoration:none;"
	this.main_item_hover_styles = "color:#327204;text-decoration:underline;"
	this.main_item_active_styles = "color:#327204;text-decoration:underline;"
	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:#f5f5f5;border-style:dashed;border-color:#999999;border-width:1px 1px 1px 1px;padding:1px 1px 1px 1px; margin:0px 0px 0px 0px; "
	this.subs_item_styles = "background-color:#f5f5f5;height:14px;color:#327204;text-align:left;font-family:Verdana,sans-serif;font-size:12px;font-weight:normal;font-style:normal;text-decoration:none;border-style:solid;border-color:#f5f5f5;border-width:1px 1px 1px 1px;padding:4px 20px;margin:0px 0px 0px 0px;"
	this.subs_item_hover_styles = "background-color:#f5f5f5;color:#327204;text-decoration:underline;border-color:#f5f5f5;border-width:1px 1px 1px 1px;background-image:none;"
	this.subs_item_active_styles = "background-color:#f5f5f5;color:#327204;border-color:#999999; "



}
