

/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

//Unlock Statements
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.sub_expand_image = "../../../Images/Common/im_topnav_arrow_on.gif"
	this.sub_expand_image_hover = "../../../Images/Common/im_topnav_arrow_off.gif"
	this.sub_expand_image_width = "4"
	this.sub_expand_image_height = "15"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	this.main_container_styles = "background-color:#882A82; border-style:none; border-color:#882A82; 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:#882A82;	\
								   color:#FFFFFF;			    \
								   border-style:none;			\
								   text-align:center;			\
								   padding-left: 0px;			\
								   padding-top: 0px;			\
								   padding-right: 0px;			\
								   padding-bottom: 0px;			\
								   border-style:none;			\
								   border-color:#882A82;		\
								   border-width:0px;"
    this.main_item_hover_styles =  "background-color:#A6AA14;	\
								   text-decoration:none;		\
								   color:#ffffff;				\
								   background-color:#111111;"
	this.main_item_active_styles = "background-color:#555555;	\
								   text-decoration:normal;		\
								   color:#305C7A;"
	
	//Sub Menu
	
	this.subs_container_styles = "background-color:#010573; border-style:solid; border-top: 0px;  border-color:#010573; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:8px; padding-left:0px; "
    this.subs_item_styles =        "text-decoration:none;		\
								   font-face:Verdana, Arial, Helvetica, sans-serif;			\
								   font-size:11px;				\
								   font-weight:normal;			\
								   background-color:#F4F4FA;	\
								   color:#010573;				\
								   text-align:left;				\
								   padding-left: 8px;			\
								   padding-top: 2px;			\
								   padding-right: 8px;			\
								   padding-bottom: 2px;			\
								   border-top: 1px solid #010573;"	
								   
    this.subs_item_hover_styles =  "background-color:#FEFEFF;	\
								   color:#983A92;				\
								   font-weight:normal;"

    this.subs_item_active_styles = "background-color:#FEFEFF;	\
                                   color:#983A92;"


}
