
/*-------------------------------------------------
************* 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:#4B678E; border-style:none; border-color:#305C7A; 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:#4B678E;	\
								   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:#333333;		\
								   border-width:0px;"
	this.main_item_hover_styles =  "background-color:#738BAF;	\
								   text-decoration:none;		\
								   color:#ffffff;				\
								   background-color:#111111;"
	this.main_item_active_styles = "background-color:#738BAF;	\
								   text-decoration:normal;		\
								   color:#305C7A;"


	//Sub Menu

	this.subs_container_styles = "border-style:solid; border-top: 0px;  border-color:#E7DDE9; border-width:1px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
    this.subs_item_styles =        "text-decoration:none;		\
								   font-face:Verdana, Arial, Helvetica, sans-serif;			\
								   font-size:10px;				\
								   font-weight:normal;			\
								   background-color:#738BAF;	\
								   color:#FFFFFF;				\
								   text-align:left;				\
								   padding-left: 8px;			\
								   padding-top: 2px;			\
								   padding-right: 7px;			\
								   padding-bottom: 2px;			\
								   border-top: 1px solid #E7DDE9;\
								   filter: alpha(opacity=100);"	
								   
    this.subs_item_hover_styles =  "background-color:#CCA009;	\
								   color:#FFFFFF;				\
								   font-weight:normal; "

    this.subs_item_active_styles = "background-color:#DCB019;	\
                                   color:#FFFFFF;"


}



