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 = img1
	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:none; border-color:#6a6a6a;  border-width:0px; padding:0px; margin:0px;vertical-align:middle; "
	this.main_item_styles = "color:#ffffff; text-align:center; font-size:11px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#1d2559; border-width:0px 1px 0px 0px; padding:2px 8px 2px 8px; margin:0px;height:46px;vertical-align:middle; font-family:Tahoma,Arial;"
	this.main_item_hover_styles = "color:#ccccff; text-decoration:none;background-color:#2e368c;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:0px; padding:0px; margin:0px 0px 0px 0px;background-color:#161c43;background-image:url(images/menubg.gif);background-repeat:repeat-x;"
	this.subs_item_styles = "color:#ffffff; text-align:left; font-family:Tahoma,Arial;font-size:12px; font-weight:normal; text-decoration:none; border-width:0px; padding:4px;margin:0px 0px 0px 0px;height:25px;margin:2px;"
	this.subs_item_hover_styles ="color:#ccccff; text-decoration:none;background-color:#2e368c;font-size:12px; "
	this.subs_item_active_styles = "text-decoration:none; "



}
