
/*-------------------------------------------------
************* 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 = false
	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/Navigations/nv_arrow_yellow.gif"
	this.sub_expand_image_hover = "/Images/Navigations/nv_arrow_blue.gif"
	this.sub_expand_image_width = "16"
	this.sub_expand_image_height = "16"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "3"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#ffffff; 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;			    \
								   background-color:#ffffff;	\
								   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 =  "background-color:#c1d72e;	\
								   text-decoration:none;		\
								   color:#006276;"
	this.main_item_active_styles = "background-color:#c1d72e;	\
								   text-decoration:normal;		\
								   color:#006276;"


	//Sub Menu

	this.subs_container_styles = "border-style:solid; border-top-width:1px;  border-left-width:1px; border-right-width:1px; border-bottom-width:1px; border-color:#ffffff; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; background-color:#325f81; "
    this.subs_item_styles =        "text-decoration:none;		\
								   font-face: Arial, Helvetica, sans-serif;			\
								   font-size:12px;				\
								   font-weight:bold;			\
								   background-color:#325f81;	\
								   color:#f1f4f7;				\
								   text-align:left;				\
								   padding-left: 8px;			\
								   padding-top: 4px;			\
								   padding-right: 7px;			\
								   padding-bottom: 4px;			\
								   border-bottom: 1px solid #708fa7;\
								   filter: alpha(opacity=100);"	
								   
    this.subs_item_hover_styles =  "background-color:#edb520;	\
								   color:#28558e;				\
								   border-bottom:1px solid #708fa7; 	\
								   font-weight:bold; \
								   filter: alpha(opacity=100); "

    this.subs_item_active_styles = "background-color:#edb520;	\
                                   color:#28558e;"


}


