/*  ********************************** Menu Settings & Styles **********************************  */

function imenus_data0(){


	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image_width = '13'
	this.main_expand_image_height = '9'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '2'

	this.sub_expand_image_width = '4'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'






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

	//Main Menu

	this.main_container_styles = "background-color:#000000; border-style:none; "
	this.main_item_styles = "color:#ffffff; text-align:left; font-family:'Trebuchet MS'; font-size:14px; font-weight:bold; font-style:normal; text-decoration:none; border-style:solid; border-color:#3f3f32; border-width:0px 0px 1px 0px; padding:4px 9px 4px 10px; "
	this.main_item_hover_styles = "background-color:#ffffff; color:#000000; "
	this.main_item_active_styles = ""



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#a6a3a3; border-style:none; padding:0px; margin:4px 0px 0px 0px; "
	this.subs_item_styles = "background-color:#a6a3a3; color:#000000; text-align:left; font-family:'Trebuchet MS'; font-size:14px; font-weight:normal; font-style:normal; text-decoration:none; border-style:solid; border-color:#000000; border-width:0px 0px 1px 0px; padding:4px 9px 4px 10px; "
	this.subs_item_hover_styles = "background-color:#ffffff; color:#000000; "
	this.subs_item_active_styles = ""



}