// JavaScript Document



/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
            //Unlock Statements
 
            unlock0 = "1656-u"
            unlock1 = "2059-u"
            unlock2 = "1796-u"
            unlock3 = "2199-u"
 

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 = "0"
	this.main_expand_image_height = "0"

   	this.sub_expand_image = "#"
	this.sub_expand_image_hover = "#"
	this.sub_expand_image_width = "0"
	this.sub_expand_image_height = "0"

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:; background-image:; border-style:solid; border-color:#; border-width:0px; padding-top:0px; padding-right:0px; padding-bottom:0px; padding-left:0px; "
	this.main_item_styles = "background-color:; background-image:; color:#ffffff; text-align:center; letter-spacing:.5px; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:750; text-decoration:none; padding-top:4.5px; padding-right:8px; padding-bottom:4.5px; padding-left:8px; border-style:dotted; border-left:0px;border-top:0px;border-bottom:0px; border-color:#e7e2b7; border-width:1px; "
	this.main_item_hover_styles = "background-color:#; background-image:; color:#e7e2b7; font-weight:; text-decoration:; "
	this.main_item_active_styles = "background-color:#; background-image:; color:#e7e2b7; font-weight:; text-decoration:; "

	//Sub Menu

	this.subs_container_styles = "background-color:#e7e2b7; filter:alpha(opacity=100);-moz-opacity:.95;opacity:.95;background-image:; border-style:none dashed dashed dashed; border-color:#054d2d; border-width:1px; padding-top:5px; padding-right:5px; padding-bottom:5px; padding-left:5px; "
	this.subs_item_styles = "background-color:; background-image:; color:#5c2946; text-align:left; font-family:; font-size:10.5px; font-weight:normal; text-decoration:none; padding-top:2px; padding-right:5px; padding-bottom:2px; padding-left:5px; border-style:none; border-color:#5E7348; border-width:.5px; "
	this.subs_item_hover_styles = "background-color:#ffffff; background-image:; color:#054d2d; font-weight:700px; text-decoration:; border-style:none; border-color:#5E7348; border-width:.5px; "
	this.subs_item_active_styles = "background-color:#ffffff; background-image:; color:#054d2d; font-weight:; text-decoration:; "
}

