// JavaScript Document
function imenus_data0(){


	this.unlock = "Add your unlock code here."
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


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


	this.main_expand_image = ''
	this.main_expand_image_hover = ''
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = ''
	this.sub_expand_image_hover = ''
	this.sub_expand_image_width = '5'
	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 = "border-style:none; "
	this.main_item_styles = "font-size:12px; "
	this.main_item_hover_styles = "background-color:#ffffff; text-decoration:underline; "
	this.main_item_active_styles = "background-color:#ffecc3; "



	//Sub Menu

	this.subs_container_styles = "background-color:#ffffff; border-style:solid; border-color:#787878; border-width:1px; padding:3px; margin:0px; "
	this.subs_item_styles = "color:#787878; text-align:left; font-family: verdana, arial; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 3px; "
	this.subs_item_hover_styles = "color:#fdbb2e; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#ffffff; "



}