
/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/

function imenus_data0(){
	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


/*---------------------------------------------
   Expand Icon Images
   ---------------------------------------------*/

	this.main_expand_image = "images/m_arrow.gif"
	this.main_expand_image_hover = "images/m_arrow.gif"
	this.main_expand_image_width = "5"
	this.main_expand_image_height = "10"
	this.main_expand_image_offx = "0"
	this.main_expand_image_offy = "3"

	this.sub_expand_image = "images/m_arrow.gif"
	this.sub_expand_image_hover = "images/m_arrow.gif"
	this.sub_expand_image_width = "5"
	this.sub_expand_image_height = "10"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "3"

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

	//Main Menu

	this.main_container_styles = "background-color:#E1E1E1;border-style:solid;border-color:#fff;border-width:0;border-bottom-width:1px;padding:0;"
	this.main_item_styles = "height:15px;color:#000;text-align:left;font-size:11px;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:normal;text-decoration:none;padding-top:4px; padding-right:8px; padding-bottom:4px; padding-left:12px; border-style:solid; border-color:#fff; border-width:1px; border-bottom-width:0;"
	this.main_item_hover_styles = "background-color:#606;text-decoration:none;color:#fff;"
	this.main_item_active_styles = "background-color:#606;color:#fff;"
	
	this.subs_container_styles = "background-color:#E1E1E1;border-style:solid;border-color:#fff;border-width:0;border-bottom-width:1px;padding-top:0; padding-right:0; padding-bottom:0; padding-left:0;"
	this.subs_item_styles = "height:15px;color:#000;text-align:left;font-size:11px;font-family:Verdana,Arial,Helvetica,sans-serif;font-weight:normal;text-decoration:none;padding-top:4px; padding-right:8px; padding-bottom:4px; padding-left:12px; border-style:solid; border-color:#fff; border-width:1px; border-bottom-width:0;"
	this.subs_item_hover_styles = "background-color:#606;text-decoration:none;color:#fff;"
	this.subs_item_active_styles = "background-color:#606;color:#fff;"
}
