function imenus_data0(){


	this.unlock = "Add your unlock code here."
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150
	this.keyboard_navigable = false

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = img1 //	
	this.main_expand_image_hover = img1up //	
	this.main_expand_image_width = '10' //	
	this.main_expand_image_height = '10' //	this.main_expand_image_offx = '0' //	
	this.main_expand_image_offy = '5'

	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 = '5'/*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:none; border-color:#e3e33e;  background-color:#ffffff;  border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "color:#efefef; text-align:left; font-size:12px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#99aa99; border-width:0px; padding:5px 3px 5px 20px; margin:1px 1px 1px 1px;background-image:url(img/leftmenubg.gif);background-color:#2542a1;background-repeat:repeat-y;"
	this.main_item_hover_styles = "background-color:#689ccc;color:#ffffff; text-decoration:none;background-image:url(img/leftmenubg.gif);background-repeat:repeat-y; "
	this.main_item_active_styles = "background-color:#689ccc;color:#ffffff; text-decoration:none;background-image:url(img/leftmenubg.gif);background-repeat:repeat-y; "
	this.main_graphic_item_styles = "" //Sub Menu

	this.subs_container_styles = "border-style:none; border-color:#6a6a6a;  background-color:#ffffff;  border-width:0px; padding:0px; margin:0px; "
	this.subs_item_styles = "color:#004039; text-align:left; font-size:12px; font-weight:bold; text-decoration:none; border-style:solid; border-color:#99aa99; border-width:1px; padding:3px 3px 3px 8px; margin:1px 1px 1px 1px;background-image:url(images/bgmenu.gif);background-color:#efefef;background-repeat:repeat-y;"
	this.subs_item_hover_styles = "background-color:#ffffff;color:#00cbb5; text-decoration:none;background-image:url(images/bgmenuup.gif);background-repeat:repeat-y; "
	this.subs_item_active_styles = "background-color:#ffffff;color:#00cbb5; text-decoration:none;background-image:url(images/bgmenuup.gif);background-repeat:repeat-y; "



}
