function imenus_data0(){


	this.unlock = "Add your unlock code here."
	this.main_is_horizontal = true
	this.menu_showhide_delay = 150
	this.keyboard_navigable = false

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


//	this.main_expand_image = '/nabet/images/template1_main_arrow.gif' //	this.main_expand_image_hover = '/nabet/images/template1_main_arrow.gif' //	this.main_expand_image_width = '0' //	this.main_expand_image_height = '0' //	this.main_expand_image_offx = '0' //	this.main_expand_image_offy = '0'

	this.sub_expand_image = img1
	this.sub_expand_image_hover = img1up
	this.sub_expand_image_width = '10'
	this.sub_expand_image_height = '10'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '0' /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu
	this.main_container_styles = "border-style:solid; border-color:#ffffff;  border-width:0px 0px 0px 0px; padding:0px; margin:0px -1px 0px 0px;vertical-align:middle; height:26px;"
	this.main_item_styles = "color:#ffffff; text-align:center; font-size:13px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#ffffff; border-width:0px 1px 0px 0px; padding:4px; margin:0px;height:18px;vertical-align:middle; font-family:Tahoma,Arial;"
	this.main_item_hover_styles = "color:#23789a; text-decoration:none;background-color:#fffef9;font-size:11px; "
	this.main_item_active_styles = "text-decoration:none; "
	this.main_graphic_item_styles = "" //Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5); border-style:solid; border-color:#f9f4b4; border-width:1px; padding:0px; margin:0px 0px 0px 0px;background-color:#ffffff;background-image:url(images/menubg.gif);background-repeat:repeat-x;"
	this.subs_item_styles = "color:#234545; text-align:left; font-family:Tahoma,Arial;font-size:12px; font-weight:normal; text-decoration:none; border-width:1px; padding:4px;margin:0px 0px 0px 0px;height:20px"
	this.subs_item_hover_styles = "color:#23789a; text-decoration:none;background-color:#f9f4b4;font-size:12px; "
	this.subs_item_active_styles = "color:#23789a; text-decoration:none;background-color:#f9f4b4; "



}

