
/*-------------------------------------------------
************* 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 = "0"
	this.main_expand_image_hover = "0"
	this.main_expand_image_width = "0"
	this.main_expand_image_height = "0"
	this.main_expand_image_offx = "0"
	this.main_expand_image_offy = "0"

	this.sub_expand_image = "/Images/Navigations/nv_arrow_yellow.gif"
	this.sub_expand_image_hover = "/Images/Navigations/nv_arrow_blue.gif"
	this.sub_expand_image_width = "230"
	this.sub_expand_image_height = "15"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "3"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:none; border-color:#697c83; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px;"
	this.main_item_styles = 	   "text-decoration:none;		\
								   font-weight:bold;			\
								   font-family: Arial, Helvetica, sans-serif;			\
								   font-size:12px;			    \
								   color:#006276;			    \
								   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 =  "text-decoration:none;		\
								   color:#006276;"
	this.main_item_active_styles = "text-decoration:normal;		\
								   color:#006276;"


	//Sub Menu

	this.subs_container_styles = "background-image:url(/images/Navigations/nv_dropdown_bottom.gif);background-repeat:no-repeat;background-position:bottom;border-style:solid; border-top-width:0px; border-left-width:0px; border-right-width:0px; border-bottom-width:0px; border-color:#f1f3f2; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px;width:230px; "
    this.subs_item_styles =        "text-decoration:none;		\
								   width:230px; \
								   background-image:url(/images/Navigations/nv_dropdown_side.gif); \
								   background-repeat:repeat-y; \
								   font-face: Arial, Helvetica, sans-serif;			\
								   font-size:12px;				\
								   font-weight:normal;			\
								   color:#174a8c;				\
								   text-align:left;				\
								   padding-left: 15px;			\
								   padding-top: 3px;			\
								   padding-right: 7px;			\
								   padding-bottom: 3px;			\
								   border-bottom: 0px solid #ffffff;"
								   
    this.subs_item_hover_styles =  "color:#28558e;				\
								   background-image:url(/Images/Navigations/nv_dropdown_rollover.gif); \
								   background-repeat:repeat-y;"


    this.subs_item_active_styles = "color:#28558e;"


}



