function imenus_data0(){


	this.unlock = "Add your unlock code here."
	this.main_is_horizontal = true
	this.menu_showhide_delay = 150
	this.keyboard_navigable = false
	this.main_expand_image = img2
	this.main_expand_image_hover = img2up
	this.main_expand_image_width = '10'
	this.main_expand_image_height = '10'
	this.main_expand_image_offx = '-5'
	this.main_expand_image_offy = '5'
   /*---------------------------------------------
   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 = '1' /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu
	this.main_container_styles = "border-style:none; border-color:#6a6a6a;  background-color:#f5f8fd;  border-width:0px; padding:0px; margin:0px;height:32px "
	this.main_item_styles = "color:#efefef; text-align:center; font-family:Arial;font-size:12px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#f5f8fd; border-width:0px 2px 0px 0px; padding:8px 3px 9px 0px; margin:0px;background-color:#6a6698;"
	this.main_item_hover_styles = "background-color:#b4dcdf;color:#111111; text-decoration:none; "
	this.main_item_active_styles = "background-color:#b4dcdf;color:#111111; text-decoration:none; "
	this.main_graphic_item_styles = "" //Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5); background-color:#efefef; border-style:none; border-color:#efefef; border-width:0px; padding:0px; margin:0px;"
	this.subs_item_styles = "color:#efefef; text-align:left; font-family: Arial;font-size:12px; font-weight:normal; text-decoration:none; border-style:inset; border-color:#efefef; border-width:1px; padding:5px;margin:0px;background-color:#6a6698;"
	this.subs_item_hover_styles = "background-color:#b4dcdf;color:#111111; border-color:#6a6698;text-decoration:none; "
	this.subs_item_active_styles = "background-color:#b4dcdf;color:#111111;border-color:#6a6698;text-decoration:none; "



}
