// JavaScript Document
function imenus_data1(){
    this.unlock="wkvmcnh"
	this.enable_visual_design_mode = false
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150



   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#CCCCCC; border-style:none; border-color:#eeeeee; margin:0px; border-width:0px; padding:0px; "
	this.main_item_styles = "background-image:url(http://www.authentium.com/images/links/sub-content/off5.gif); color:#555555; text-align:right; font-family:Tahoma; font-size:11px; font-weight:normal; font-style:normal; text-decoration:none; border-style:none border-color:#e0e0e0; border-width:0px; padding:10px 30px 10px 12px; margin:0px; "
	this.main_item_hover_styles = "background-color:#f9f9f9; color:#555555; text-decoration:underline; "
	this.main_item_active_styles = "background-color:#f9f9f9; background-image:url(http://www.authentium.com/images/links/sub-content/off5.gif); color:#555555; text-decoration:underline; "

	
	//Sub Menu

	this.subs_container_styles = "background-color:#f8f7f7; border-style:solid; border-color:#eeeeee; border-width:0px; padding:0px 2px; margin:0px; "
	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; 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; "


}