function imenus_data0(){


	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 450
	this.keyboard_navigable = false



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/









   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "padding:0px; margin:0px; "
	this.main_item_styles = "color:#747474; text-align:left; font-family:Arial; font-size:17px; font-weight:bold; text-decoration:none; padding:0 0 0 10px; margin:0px; "
	this.main_item_hover_styles = "color:#999999; "
	this.main_item_active_styles = ""
	this.main_graphic_item_styles = ""

	this.main_item_styles_extra = "line-height:47px;"


	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); padding:0px; margin:0px; "
	this.subs_item_styles = "background-color:#ffffff; color:#333333; text-align:left; font-family:Verdana; font-size:11px; font-weight:normal; text-decoration:none; padding:2px 0px 2px 5px ; margin:0px; "
	this.subs_item_hover_styles = "background-color:#eeeeee; color:#000000; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#ffffff; "

	this.subs_item_styles_extra = "line-height:normal;"


}