<!-- ********************************** Menu Settings & Styles ********************************** -->

function imenus_data0(){


	this.unlock = "bpqybkuiegissodxjqq2dqp>xyz2bpqybkuiegissodxjqq2dqp>336228422;92336"

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150
	this.show_subs_onclick = false
	this.hide_focus_box = false



   /*---------------------------------------------
   Main Menu Graphic Buttons
   ---------------------------------------------*/


	this.gb_cap_width = "undefined"
	this.gb_cap_height = "undefined"

	this.gb_left_cap = '/images/none_bl.gif'
	this.gb_center_tile = '/images/none_bc.gif'
	this.gb_right_cap = '/images/none_br.gif'



   /*---------------------------------------------
   Optional Box Animation Settings
   ---------------------------------------------*/


	//set to... "pointer", "center", "top", "left"
	this.box_animation_type = "center"

	this.box_animation_frames = 15
	this.box_animation_styles = "border-style:solid; border-color:#999999; border-width:1px; "



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image = '/images_v3/menu_principal/fleche_verte_down.gif'
	this.main_expand_image_hover = '/images_v3/menu_principal/fleche_verte_down.gif'
	this.main_expand_image_width = '11'
	this.main_expand_image_height = '8'
	this.main_expand_image_offx = '-1'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = '/images_v3/menu_principal/fleche_verte_right.gif'
	this.sub_expand_image_hover = '/images_v3/menu_principal/fleche_verte_right.gif'
	this.sub_expand_image_width = '11'
	this.sub_expand_image_height = '8'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image_width = '11'
	this.main_pointer_image_height = '8'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-14'

	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:#0f0f0f; border-style:none; border-color:#6a6a6a; border-width:1px; padding:0px; margin:0px; "
	this.main_item_styles = "background-color:#0f0f0f; background-image:url(/images_v3/menu_principal/texture_1.gif); color:#cbfd02; text-align:left; font-family:Arial; font-size:11px; font-weight:bold; font-style:normal; text-decoration:none; border-style:solid; border-color:#dddddd; border-width:1px; padding:2px 8px; "
	this.main_item_hover_styles = "background-color:#efefef; color:#efefef; text-decoration:none; "
	this.main_item_active_styles = "background-color:#efefef; text-decoration:none; "
	this.main_graphic_item_styles = ""



	//Sub Menu

	this.subs_ie_transition_show = "filter:progid:DXImageTransform.Microsoft.GradientWipe(duration=0.4,WipeStyle=0, GradientSize=0.25)"

	this.subs_container_styles = "background-color:#efefef; border-style:none; border-color:#cccccc; border-width:0px; padding:0px; margin:4px 0px 0px; "
	this.subs_item_styles = "background-color:#efefef; color:#bfbfbf; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#efefef; border-width:1px; padding:1px 5px; "
	this.subs_item_hover_styles = "background-image:url(/images_v3/menu_principal/texture_sub2.gif); color:#ffffff; font-weight:normal; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#efefef; "



}