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 = '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 = '9'
	this.sub_expand_image_height = '10'
	this.sub_expand_image_offx = '-146'
	this.sub_expand_image_offy = '3'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:#ffffff; border-style:none; border-color:#6a6a6a; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "color:#ffffff; text-align:right; font-family:Arial; font-size:11px; font-weight:normal; text-decoration:underline; border-style:solid; border-color:#dddddd; border-width:0px; padding:0px 0px; "
	this.main_item_hover_styles = "background-color:#0e6a99; text-decoration:underline; "
	this.main_item_active_styles = "background-color:#ffffff; "
	this.main_graphic_item_styles = ""



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.5); background-color:#687065; border-style:none; border-color:#cccccc; border-width:1px; padding:1px; margin:0px 0px 0px 0px; "
	this.subs_item_styles = "color:#efefef; text-align:right; font-size:11px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#cfcfcf; border-width:1px; padding:3px; margin:0px 0px 0px 0px;"
	this.subs_item_hover_styles = "background-color:#0e6a99;color:#ffffff; text-decoration:underline; "
	this.subs_item_active_styles = "background-color:#0e6a99; "



}
