	function imenus_data0(){
	this.unlock = "ugpe]f^"
	this.enable_visual_design_mode = false
	this.main_is_horizontal = false
	this.menu_showhide_delay = 80
   /*---------------------------------------------
   imgs (expand and pointer icons)
   ---------------------------------------------*/

	this.main_expand_image_offy = '0'

	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0'
   /*---------------------------------------------
	   Global Menu Styles
   ---------------------------------------------*/
	//Main Menu
   	this.main_container_styles = "background-color:transparent; border-style:solid; border-color:#000000; border-width:0px; padding:0px; margin:0px 0px 0px; width:195; "
	this.main_item_styles = "color:#FFFFFF; text-align:left; font-family:Verdana; font-size:10px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#FFFFFF; border-width:0px; padding:0px 0px;  height:19px;"//
	this.main_item_hover_styles = "background-color:#2C50A9; color:#FFFFFF; text-decoration:underline;  "
	this.main_item_active_styles = "background-color:#2C50A9; text-decoration:none; "
	//Sub Menu 
	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#5A879D; border-style:solid; border-color:#cfcfcf; border-width:1px; padding:0px; margin:px 0px 5px; "
	this.subs_item_styles = "color:#1B3A3D; background-color:#FBCC71;text-align:left; font-size:10px; font-weight:bold; text-decoration:none; border-bottom-style:solid; border-bottom-color:#5A879D; border-bottom-width:1px; padding:5px 5px; height:25px;"
	this.subs_item_hover_styles = "background-color:#F5AB1A; color:#1B3A3D; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#FBCC71; color:#619A6F; border-color:#ff8000; "

}             