
function imenus_data0(){


	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = ''
	this.main_expand_image_hover = ''
	this.main_expand_image_width = ''
	this.main_expand_image_height = ''
	this.main_expand_image_offx = ''
	this.main_expand_image_offy = ''

	this.sub_expand_image = ''
	this.sub_expand_image_hover = ''
	this.sub_expand_image_width = ''
	this.sub_expand_image_height = ''
	this.sub_expand_image_offx = ''
	this.sub_expand_image_offy = ''






   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#f0f3f8; border-top: solid 1px #b9cadc; padding:0px 0px 0px 0px; border-bottom: solid 1px #b9cadc; padding:0px 0px 0px 0px;"
	this.main_item_styles = "color:#004780; text-align:left; font-family:Arial; font-size:13px; font-weight: bold; font-style:normal; text-decoration:none; border-style:none; border-width:0px; padding:4px 5px 4px 6px; "
	this.main_item_hover_styles = "background-color:#f0f3f8; color:#004780; text-decoration:underline; "
	this.main_item_active_styles = "background-color:#f0f3f8; color:#004780; text-decoration:underline; "



	//Sub Menu

	this.subs_container_styles = "background-color:#d3dde9; border-style:solid; border-color:#b9cadc; border-width:1px; padding:5px; margin:0px; "
	this.subs_item_styles = "color:#004780; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#004780; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-color:#004780; color:#ffffff; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#004780; color:#ffffff; text-decoration:underline; "



}


//Infinite Menus Source Code (Do Not Alter!)

