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

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

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/
    this.main_pointer_image = 'images/site/arrow_right.gif'
	this.main_pointer_image_width = '11'
	this.main_pointer_image_height = '10'
	this.main_pointer_image_offx = '-5'
	this.main_pointer_image_offy = '-5'

	this.sub_pointer_image = 'images/site/arrow_right.gif'
	this.sub_pointer_image_width = '11'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-5'
	this.sub_pointer_image_offy = '-5'

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

	//Main Menu
	this.main_container_styles = "background-color:#fff;border-style:dotted;border-color:#adadad;border-width:0;border-bottom-width:1px;padding:0;"
	this.main_item_styles = "height:22px;color:#666;background-color:#fff;text-align:left;font-size:11px;font-weight:bold;text-decoration:none;padding:3px 0 0 10px;border-style:dotted; border-color:#adadad; border-width:1px; border-bottom-width:0;border-left-width:0;border-right-width:0;"
	this.main_item_hover_styles = "text-decoration:underline;"
	this.main_item_active_styles = "text-decoration:underline;"
	
	this.subs_container_styles = "background-color:#fff;border-style:dotted;border-color:#adadad;border-width:0;border-bottom-width:1px;padding:0;"
	this.subs_item_styles = "height:22px;color:#666;background-color:#fff;text-align:left;font-size:11px;font-weight:bold;text-decoration:none;padding:3px 0 0 10px;border-style:dotted; border-color:#adadad; border-width:1px; border-bottom-width:0;border-left-width:0;border-right-width:0;"
	this.subs_item_hover_styles = "text-decoration:underline;"
	this.subs_item_active_styles = "text-decoration:underline;"
}