/*-------------------------------------------------************* Parameter Settings ******************---------------------------------------------------*/list7 = truefunction imenus_data0(){	this.enable_visual_design_mode = false	this.main_is_horizontal = false	this.menu_showhide_delay = 150   /*---------------------------------------------   Images (expand and pointer icons)   ---------------------------------------------*/   /*---------------------------------------------   Global Menu Styles   ---------------------------------------------*/	//Main Menu	this.main_container_styles = "border-style:none; border-color:none; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "	this.main_item_styles = "color:#EFE6CD; text-align:left; font-family: Times; font-size:11px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:9px; border-style:none; border-color:#000000; border-width:1px; line-height:17px;"	this.main_item_hover_styles = "color:#EFE6CD; text-decoration:none; background-color:#092A48; "	this.main_item_active_styles = "background-color:#092A48; "	//Sub Menu	this.subs_container_styles = "background-color:#C3CCD4; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "	this.subs_item_styles = "color:#343434; text-align:left; font-family: helvetica, arial, sans-serif; font-size:11px; font-weight:normal; text-decoration:none; padding-top:4px; padding-right:10px; padding-bottom:2px; padding-left:10px; border-style:none; border-color:#000000; border-width:1px; line-height:14px;"	this.subs_item_hover_styles = "color:#343434; text-decoration:none; background-color:#A8B0B7; "	this.subs_item_active_styles = "background-color:#A8B0B7; "}