// Menu Settings

function imenus_data0(){


	this.unlock = "wkvmcnh"

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150
	this.show_subs_onclick = false
	this.hide_focus_box = false



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


	this.main_expand_image_width = '7'
	this.main_expand_image_height = '5'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image = 'sub_arrow.gif'
	this.sub_expand_image_hover = 'sub_arrow.gif'
	this.sub_expand_image_width = '7'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

	this.main_pointer_image = ''
	this.main_pointer_image_width = '10'
	this.main_pointer_image_height = '11'
	this.main_pointer_image_offx = '-3'
	this.main_pointer_image_offy = '-14'

	this.sub_pointer_image = ''
	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; border-style:none; border-width:0px;  margin:0px; z-index:100; padding: 9px 0 9px 0;"
	this.main_item_styles = "color:#FFF; font-family: Helvetica, Arial, sans-serif; font-size:14px; font-weight:normal; text-decoration:none; border-style:none; text-transform: uppercase;"
	this.main_item_hover_styles = "background-color: transparent; color:#4a88ae; text-decoration:none; "
	this.main_item_active_styles = "background-color: transparent; text-decoration:none; color:#4a88ae;"
	this.main_graphic_item_styles = ""



	//Sub Menu

	this.subs_ie_transition_show = " "

	this.subs_container_styles = "background-color:#000000; border-style:solid; z-index:100; border-color: #abfeff; border-width:1px; text-align:left;"
	this.subs_item_styles = "color:#FFF; text-align:left; font-family: Helvetica, Arial, sans-serif; font-size:14px; font-weight:normal; text-decoration:none; border-bottom: 1px solid #000; border-top: 1px solid #000; padding: 8px; text-transform: none; width: auto;"
	this.subs_item_hover_styles = "background:#212121; color:#abfeff; text-decoration:none; border-bottom: 1px solid #abfeff; border-top: 1px solid #abfeff;"
	this.subs_item_active_styles = "background-color:#212121; color:#abfeff;"



}