

/*-------------------------------------------------
************* 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/nav/nv_arrow.gif"
	this.sub_expand_image_hover = "/images/nav/nv_arrow_1.gif"
	this.sub_expand_image_width = "11"
	this.sub_expand_image_height = "7"



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	this.main_container_styles = "background-color:#dcd6c8; border-style:none; border-color:#FFFFFF; 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:#dcd6c8;	\
								   color:#580824;			    \
								   border-style:none;			\
								   text-align:center;			\
								   padding-left: 0px;			\
								   padding-top: 0px;			\
								   padding-right: 0px;			\
								   padding-bottom: 0px;			\
								   border-style:none;			\
								   border-color:#FFFFFF;		\
								   border-width:0px;"
    this.main_item_hover_styles =  "background-color:#dcd6c8;	\
								   text-decoration:none;		\
								   color:#580824;"
	this.main_item_active_styles = "background-color:#dcd6c8;	\
								   text-decoration:normal;		\
								   color:#580824;"
	
	//Sub Menu
	
	this.subs_container_styles = "background-color:#dcd6c8; border-color:#FFFFFF; border-style:solid; border-top: 0px;  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:11px;				\
								   font-weight:normal;			\
								   background-color:#dcd6c8;	\
								   color:#580824;				\
								   text-align:left;				\
								   padding-left: 8px;			\
								   padding-top: 5px;			\
								   padding-right: 4px;			\
								   padding-bottom: 5px;			\
								   border-top: 1px solid #FFFFFF;"	
								   
    this.subs_item_hover_styles =  "background-color:#c5bfb3;	\
								   color:#310313;				\
								   font-weight:nomal;"

    this.subs_item_active_styles = "background-color:#c5bfb3;	\
                                   color:#310313;"


}
