/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/


function imenus_data0(){


	this.enable_visual_design_mode = false		//turns the visual design pad option on or off

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "images/arrow_main.gif"
	this.main_expand_image_hover = "images/arrow_main.gif"
	this.main_expand_image_width = "16"
	this.main_expand_image_height = "9"

	this.sub_expand_image = "images/arrow_sub.gif"
	this.sub_expand_image_hover = "images/arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#06437d; background-image:; border-style:solid; border-color:#769bba; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "background-color:; background-image:; color:#e6e6e6; text-align:center; font-family:Arial; font-size:12px; font-weight:bold; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:0px; "
	this.main_item_hover_styles = "background-color:#86ACC7; background-image:; color:#111111; font-weight:; text-decoration:; "
	this.main_item_active_styles = "background-color:#86ACC7; background-image:; color:#111111; font-weight:; text-decoration:; "


	//Sub Menu

	this.subs_container_styles = "background-color:#86ACC7; background-image:; border-style:solid; border-color:#356595; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "background-color:; background-image:; color:#111111; border-style:solid; border-color:#356595; border-width:1px; text-align:left; font-family:; font-size:11px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#000000; border-width:1px; "
	this.subs_item_hover_styles = "background-color:#ffffff; background-image:; color:#255585; font-weight:; text-decoration:; "
	this.subs_item_active_styles = "background-color:#ffffff; background-image:; color:#255585; font-weight:; text-decoration:; "


}
<!--********************************** End Parameter Settings & Code **************************************-->