﻿function imenus_data0(){

	this.unlock = "wkvmcnh"
	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 500
	this.keyboard_navigable = false

   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "padding:0px; margin:5px 0 0 0; "
	this.main_item_styles = "color:#0a5de6; text-align:center; font-family:Arial; font-size:14px; font-weight:bold; text-decoration:none; padding:0px; margin:0px; "
	this.main_item_hover_styles = "text-decoration:none; "
	this.main_item_active_styles = ""

	this.main_item_styles_extra = "height:25px; line-height:25px; "

	//Sub Menu

	this.subs_container_styles = "padding:0px; margin:0px; "
	this.subs_item_styles = "color:#0a5de6; text-align:left; font-size:12px; font-weight:bold; text-decoration:none; padding:5px; margin:0px;"
	this.subs_item_hover_styles = "color:#666666; text-decoration:none; "
	this.subs_item_active_styles = "background:#ffffff; "
	
	this.subs_item_styles_extra = "line-height:10px; height:10px;"
}