function imenus_data1(){
	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	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; "
	*/
	
	/*
	this.sub_expand_image = "../images/layout/navi_arrow_off.gif"
	this.sub_expand_image_hover = "../images/layout/navi_arrow_on.gif"
	this.sub_expand_image_width = "5"
	this.sub_expand_image_height = "5"
	this.sub_expand_image_offx = "-6"
	this.sub_expand_image_offy = "5"
	
	
	this.sub_expand_image = "/stc/autola/images/icn_plus_opqgry.gif"
	this.sub_expand_image_hover = "/stc/autola/images/icn_plus_opqgrn.gif"
	this.sub_expand_image_width = "8"
	this.sub_expand_image_height = "8"
	this.sub_expand_image_offx = "-5"
	this.sub_expand_image_offy = "4"
	*/
	
   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu
	
	/*
	this.main_container_styles = "border-style:none; border-color:#6a6a6a; border-width:0; padding:0px; margin:0; "
	this.main_item_styles = "color:#ccc; text-align:left; font-family: Arial, sans-serif; font-size:11px; font-weight:normal; text-decoration: none; padding:0; "
	this.main_item_hover_styles = "background: transparent url(../images/layout/navi_hilite.gif) no-repeat left top; color: #000;"
	this.main_item_active_styles = "background: transparent url(../images/layout/navi_hilite.gif) no-repeat left top; color: #000;"	
	*/
	
	this.main_container_styles = "background-color: #D9D9D9; padding:0px; margin: 0 0 0 0; "
	this.main_item_styles = "display: block; background-color: #D9D9D9; color:#186199; font-size:12px; font-weight: normal; text-decoration: none; text-align: left; border-bottom: 1px dotted #7EBABF; padding: 2px 10px;"
	this.main_item_hover_styles = "background-color: #FFFFFF; background-image: none; color: #186199;"
	this.main_item_active_styles = "background-color: #FFFFFF; background-image: none; color: #186199;"


	//Sub Menu

	this.subs_container_styles = "width: 160px; background-image:none; background-color:#fff; border: 1px solid #7AA1D2; margin: 0; padding: 7px 0; z-index: 1000;"
	this.subs_item_styles = "width: 145px; background-color:#fff; border:none; background-image:none; color:#186199; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; padding:1px 5px 1px 10px; border-left: none; text-transform: none;"
	this.subs_item_hover_styles = "background-color: #fff; color: #186199; font-weight: normal; text-decoration:underline;"
	this.subs_item_active_styles = "background-color: #fff; color: #186199; font-weight: normal; text-decoration:underline;"
}