function imenus_data0(){


	this.unlock = "Add your unlock code here."
	this.main_is_horizontal = false
	this.menu_showhide_delay = 150
	this.keyboard_navigable = true

   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


//	this.main_expand_image = 'images/template1_main_arrow.gif'
//	this.main_expand_image_hover = '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 = '3'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#485bb1; border-style:solid; border-color:#6a6a6a; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "color:#ffffff; text-align:left; font-family:'Trebuchet MS', Tahoma, Arial, Verdana; font-size:13px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#232323; border-width:1px; padding:2px 2px;background-image: url(images/bgbutton.gif) "
	this.main_item_hover_styles = "background-color:#5FF18A; color:#0181E1;text-decoration:none;background-image:none "
	this.main_item_active_styles = "background-color:#5FF18A;  color:#0181E1; "
	this.main_graphic_item_styles = ""



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.8); background-color:#485bb1; border-style:solid; border-color:#364485; border-width:0px; padding:0px; margin:2px 2px 2px 2px; "
	this.subs_item_styles =  "color:#ffffff; text-align:left; font-family:'Trebuchet MS', Tahoma, Arial, Verdana; font-size:13px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#232323; border-width:1px; padding:2px 2px;background-image: url(images/bgbutton.gif) "
	this.subs_item_hover_styles = "background-color:#5FF18A; color:#0181E1;text-decoration:none;background-image:none "
	this.subs_item_active_styles ="background-color:#5FF18A;  color:#0181E1; "



}
