// JavaScript Document
function imenus_data0(){

	this.main_is_horizontal = false
	this.menu_showhide_delay = 120
	this.show_subs_onclick = false
	this.hide_focus_box = false

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

	this.main_expand_image = '../../menu_image/ex_def.gif'
	this.main_expand_image_hover = '../../menu_image/ex_on.gif'
	this.main_expand_image_width = '5'
	this.main_expand_image_height = '9'
	this.main_expand_image_offx = '4'
	this.main_expand_image_offy = '2'

	this.sub_expand_image = '../../menu_image/sub_ex.gif'
	this.sub_expand_image_hover = '../../menu_image/sub_ex_on.gif'
	this.sub_expand_image_width = '4'
	this.sub_expand_image_height = '7'
	this.sub_expand_image_offx = '0'
	this.sub_expand_image_offy = '3'

  	this.main_container_styles = "background-color:#c0d8f5; "
	this.main_item_styles = "color:#333366; text-align:left; font-family:Verdana; font-size:10px; font-weight:bold; text-decoration:none; border-style:outset; border-color:#FFFFFF; border-width:1px 1px 1px 1px; padding:4px 10px 4px 4px; "
	this.main_item_hover_styles = "background-color:#dde9f9; color:#FF0000 "
	this.main_item_active_styles = ""
	this.main_graphic_item_styles = ""
	//Sub Menu
	this.subs_ie_transition_show = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);"
	this.subs_container_styles = "background-color:#c0d8f5; border-style:solid; border-color:#333333; border-width:0px 1px 1px 0px; padding:1px 2px 2px 1px; margin:4px 0px 0px; "
	this.subs_item_styles = "background-color:#dde9f9; color:#555555; 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-color:#f0f6fd; color:#FF0000; font-weight:normal; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#ffffff; "}