

/*-------------------------------------------------
************* 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 = ""



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	this.main_container_styles = "background-color:#095D7E;\
											border-style:none; \
											border-color:#7CC242; \
											border-width:NONE; \
											padding-right:0px;  \
											padding-bottom:0px; \
											padding-top: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:#095D7E;	\
								   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:#FFFFFF;		\
								   border-width:0px;"
    this.main_item_hover_styles =  "background-color:#7CC242;	\
								   text-decoration:none;		\
								   color:#FFFFFF;"
	this.main_item_active_styles = "background-color:#7CC242;	\
								   text-decoration:normal;		\
								   color:#FFFFFF;"
	
	//Sub Menu
	
	this.subs_container_styles = "background-color:#095D7E; \
											border-style:solid; \
											border-top: 1px;  \
											border-color:#7CC242; \
											border-width:1px; \
											padding-top:0px; \
											padding-right:0px; \
											padding-bottom:0px; \
											padding-left:0px; "
    this.subs_item_styles = 	"text-decoration:none;		\
										font-face: Arial,Helvetica,sans-serif;			\
										font-size:11px;				\
										font-weight:bold;			\
										background-color:#095D7E;	\
										color:#FFFFFF;				\
										text-align:left;				\
										padding-left: 10px;			\
										padding-top: 0px;			\
										padding-right: 10px;			\
										padding-bottom: 2px;			\
										border-top: 1px solid #7CC242;"	
								   
    this.subs_item_hover_styles =  "background-color:#7CC242;	\
												color:#FFFFFF;				\
												font-weight:bold;"

    this.subs_item_active_styles = "background-color:#7CC242;	\
                                   color:#FFFFFF;"


}

