// JavaScript Document
function imenus_data1(){

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

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150
	this.keyboard_navigable = false

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

	this.main_expand_image = 'images/template2_main_expand_default.gif'
	this.main_expand_image_hover = 'images/template2_main_expand_on.gif'
	this.main_expand_image_width = '7'
	this.main_expand_image_height = '9'
	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '2'

	this.sub_expand_image = 'images/template2_sub_expand_default.gif'
	this.sub_expand_image_hover = 'images/template2_sub_expand_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'

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

	//Main Menu
      
	this.main_container_styles = " background-color:#ffffff;background-image:images/yellow_bar.jpg;"
	this.main_item_styles = "color:#02436c; text-align:left; font-family:Arial Narrow, Helvetica, sans-serif;font-size:13px; font-weight:bold; text-decoration:none; border-style:outset; border-color:#f1f1f1; border-width:0px 0px 0px 0px; padding:10px 15px 10px 15px;width:200px;"
	this.main_item_hover_styles = "background-color:#eceaec; color:#000000; "
	this.main_item_active_styles = ""
	this.main_graphic_item_styles = ""

	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#c0c0c0; border-style:solid; border-color:#333333; border-width:0px; padding:1px; margin:0px; width:80px; "
	this.subs_item_styles = "background-color:#f1f1f1; color:#1b8fb6; 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:#CCCCCC; color:#000000;"
	this.subs_item_active_styles = ""

}