ulm_save_doc=true
function imenus_data0(){


	this.unlock = "Add your unlock code here."
	this.enable_visual_design_mode = true

	this.main_is_horizontal = true
	this.menu_showhide_delay = 0


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '0'



	this.sub_pointer_image_width = '13'
	this.sub_pointer_image_height = '10'
	this.sub_pointer_image_offx = '-13'
	this.sub_pointer_image_offy = '-5'




   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-color:transparent; background-image:url(media/images/fondito.jpg); border-style:none; border-color:#ffffff; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "text-align:right; font-family:Arial; font-size:11px; font-weight:normal; font-style:normal; text-decoration:underline; border-style:solid; border-color:#ffffff; border-width:0px; padding:0px; "
	this.main_item_hover_styles = "text-decoration:underline; "
	this.main_item_active_styles = ""



	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#efefef; background-image:url(media/images/test.jpg); border-style:none; border-color:#0080c0; border-width:0px; padding:0px; margin:4px; "
	this.subs_item_styles = "color:#ffffff; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 5px; "
	this.subs_item_hover_styles = "background-image:url(media/images/rolover.jpg); "
	this.subs_item_active_styles = "background-color:#ffffff; color:#ff9900; "



}
