// JavaScript Document
function imenus_data0(){
    this.unlock="wkvmcnh"
	this.enable_visual_design_mode = false
	this.main_is_horizontal = true
	this.menu_showhide_delay = 150



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:solid; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "background-image:url(http://www.authentium.com/images/nav/off.jpg); color:#ffffff; text-align:center; font-family:Tahoma; font-size:11px; font-weight:bold; font-style:normal; text-decoration:none; border-style:solid; border-width:0px; padding:5px 0px 7px 6px; margin:0px; "
	this.main_item_hover_styles = "background-image:url(http://www.authentium.com/images/nav/highlight.jpg); color:#ffffff; text-decoration:none; border-style:solid; border-color:#ffffff; "
	this.main_item_active_styles = "background-image:url(http://www.authentium.com/images/nav/highlight-on2.jpg); color:#ffffff; text-decoration:none; border-style:solid; border-color:#ffffff; "



	//Sub Menu

	this.subs_container_styles = "background-color:#f8f7f7; border-style:solid; border-color:#eeeeee; border-width:1px; width: 120px; padding:0px 7px 1px 1px; margin:2px; "
	this.subs_item_styles = "background-color:#ffffff; background-image:url(http://www.authentium.com/images/nav/sub-off.jpg); color:#555555; text-align:left; font-family:Tahoma; font-size:11px; font-weight:normal; width: 120px; font-style:normal; text-decoration:none; border-style:solid; border-color:#e0e0e0; border-width:1px; padding:7px 0px 5px 4px; margin:0px; "
	this.subs_item_hover_styles = "background-color:#f9f9f9; background-image:url(http://www.authentium.com/images/nav/highlight.jpg); color:#ffffff; text-decoration:none; border-style:solid; border-color:#ededed; "
	this.subs_item_active_styles = "background-color:#f9f9f9; background-image:url(http://www.authentium.com/images/nav/highlight.jpg); color:#ffffff; text-decoration:none; border-color:#ededed; "



}