

/*-------------------------------------------------
************* 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:#FFFFFF; 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:#FFFFFF;	\
								   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:#FFFFFF;	\
								   text-decoration:none;		\
								   color:#ffffff;				\
								   background-color:#111111;"
	this.main_item_active_styles = "background-color:#FFFFFF;	\
								   text-decoration:normal;		\
								   color:#305C7A;"
	
	//Sub Menu
	if (BrowserDetect.OS!="Windows") {
		this.subs_container_styles = "background-color:#c2d0e3; border-style:solid; border-top: 0px; border-bottom: 0px; border-color:#ffffff; border-width:1px; border-left: 1px solid #8e8d5d; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px;"
	} else {
		this.subs_container_styles = "background-color:#c2d0e3; border-style:solid; border-top: 0px; border-bottom: 0px; border-color:#ffffff; border-width:1px; border-left: 1px solid #8e8d5d; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; filter: alpha(opacity=90); -moz-opacity:0.9;"

	}
	
    this.subs_item_styles =        "text-decoration:none;		\
								   font-face:Verdana, Arial, Helvetica, sans-serif;			\
								   font-size:11px;				\
								   font-weight:normal;			\
								   background-color:#e0e7f1;	\
								   color:#051745;				\
								   text-align:left;				\
								   padding-left: 8px;			\
								   padding-top: 2px;			\
								   padding-right: 8px;			\
								   padding-bottom: 2px;			\
								   border-bottom: 1px solid #ffffff;"		
								   
    this.subs_item_hover_styles =  "background-color:#FEFEFF;	\
								   color:#e27b1a;				\
								   font-weight:normal;"

    this.subs_item_active_styles = "background-color:#FEFEFF;	\
                                   color:#e27b1a;"


}