
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 
list7 = true
//=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 



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 = ""
	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 = "" // "../../images/common/nav/im_subnav_arrow.gif"
	this.sub_expand_image_hover = "" //"../../images/common/nav/im_subnav_arrow.gif"
	this.sub_expand_image_width = ""
	this.sub_expand_image_height = ""
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "0"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#e9e9eb; border-style:none; border-color:#697c83; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px;"
	this.main_item_styles = 	   "text-decoration:none;		\
								   font-weight:bold;			\
								   font-family:Verdana, Arial, Helvetica, sans-serif;			\
								   font-size:12px;			    \
								   background-color:#df001b;	\
								   color:#305C7A;			    \
								   border-style:none;			\
								   text-align:center;			\
								   padding-left: 0px;			\
								   padding-top: 0px;			\
								   padding-right: 0px;			\
								   padding-bottom: 0px;			\
								   border-style:none;			\
								   border-color:#697c83;		\
								   border-width:0px;"
	this.main_item_hover_styles =  "background-color:#e9e9eb;	\
								   text-decoration:none;		\
								   color:#ffffff;"
	this.main_item_active_styles = "background-color:#697c83;	\
								   text-decoration:normal;		\
								   color:#305C7A;"


	//Sub Menu

	this.subs_container_styles = " padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; background-color:#ffffff; border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; "
    this.subs_item_styles =        "text-decoration:none;		\
								   font-face:Verdana, Arial, Helvetica, sans-serif;			\
								   font-size:10px;				\
								   font-weight:normal;			\
								   background-color:#f4f4f6;	\
								   color:#00579b;				\
								   text-align:left;				\
								   padding-left: 0px;			\
								   padding-top: 0px;			\
								   padding-right: 0px;			\
								   padding-bottom: 0px;			\
								   border-bottom: 1px solid #ffffff;border-right: 1px solid #ffffff;"	
								   
    this.subs_item_hover_styles =  "background-color:#ffffff;	\
								   color:#ec2625;				\
								   font-weight:normal; "

    this.subs_item_active_styles = "background-color:#ffffff;	\
                                   color:#ec2625;"


}


