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 = '/nabh/images/template1_main_arrow.gif' //	this.main_expand_image_hover = '/nabh/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 = '7'
	this.sub_expand_image_height = '9'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'/*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu
	this.main_container_styles = "background-color:#E29384; border-style:none; border-color:#000000; border-width:0px; padding:0px; margin:0px;height:32px;z-index:100; "
	this.main_item_styles = "color:#990000; text-align:left; color:#ffffff;background-color:#B92D2C; font-family:Arial; font-size:13px; font-weight:bold; text-decoration:none; border-style:inset; border-color:#B8333D #B8333D #C44A57 #B8333D ; border-width:1px; padding:4px;margin:0px; text-align:center; background-image:url(/nabh/images/menubg.gif);background-repeat:repeat-x; "
	this.main_item_hover_styles = "background-color:#B92D2C; color:#ffffff;text-decoration:none;border-color:#CE3F04 #C83603 #C42F05 #C83603 ; border-width:1px;background-image:url(/nabh/images/bgmenuup.gif);background-repeat:repeat-x; "
	this.main_item_active_styles = "background-color:#B92D2C;color:#ffffff;text-decoration:none; "
	this.main_graphic_item_styles = "" //Sub Menu


	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); "//border-style:none; border-color:#efefef; border-width:0px; padding:0px; margin:0px 0px 0px 0px;"
	this.subs_item_styles = "color:#ffffff; text-align:left; font-family:Arial;font-size:12px;font-weight:normal; padding:4px;margin:1px 1px 0px 0px; text-decoration:none; border-style:outset; border-color:#DB7587 ; border-width:1px; background-image:none;background-color:#B92D2C;background-repeat:repeat-x; "
	this.subs_item_hover_styles = "color:#ffffff;background-color:#D64304; text-decoration:none;border-color:#D64304 ; border-width:1px;background-image:none;"// background-image:url(images/bgmenuup.gif);background-repeat:repeat-x;"
	this.subs_item_active_styles ="color:#ffffff;background-color:#D64304; text-decoration:none;border-color:#D64304 ; border-width:1px;background-image:none;"


/*	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); "//border-style:none; border-color:#efefef; border-width:0px; padding:0px; margin:0px 0px 0px 0px;"
	this.subs_item_styles = "color:#ffffff; text-align:left; font-family:Arial;font-size:12px; padding:4px;margin:1px 1px 1px 0px;"//font-weight:bold; text-decoration:none; border-style:solid; border-color:#7F3324 #C83603 #C42F05 #C83603 ; border-width:1px; background-image:url(images/menubg.gif);background-color:#B92D2C;background-repeat:repeat-x; "
	this.subs_item_hover_styles = ""//"color:#ffffff;background-color:#c42f05; text-decoration:none;border-color:#CE3F04 #C83603 #C42F05 #C83603 ; border-width:1px; background-image:url(images/bgmenuup.gif);background-repeat:repeat-x;"
	this.subs_item_active_styles =""// "color:#ffffff;background-color:#c42f05;background-image:url(images/bgmenuup.gif);background-repeat:repeat-x; "
*/


}
