// 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 = '13'
	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;"
	this.main_item_styles = "color:#ffffff; text-align:left; font-family:Verdana; font-size:11px;font-weight:bold; border-style:outset; border-color:#ffffff; border-width:0px 0px 0px 0px; padding:4px 4px 4px 4px;width:172px;height:40px;"
	this.main_item_hover_styles = "background-image:url(images/leftside_menu_bg_yellow.gif); background-repeat:no-repeat; height:49px;"
	this.main_item_active_styles = ""
	this.main_graphic_item_styles = ""

	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); border-style:solid; border-color:#2c5694; border-top-width:1px; border-right-width:1px; border-left-width:1px; border-bottom-width:0px; padding:0px; margin:0px 0px 0px;background-color:#ffffff;height:20px;"
	this.subs_item_styles = "color:#3366cc; text-align:left; font-size:13px;text-decoration:none; font-family:Tahoma; border-style:solid; border-color:#2c5694; border-bottom-width:1px; padding:4px 4px 4px 4px;font-weight:normal;width:200px;height:20px;"
	this.subs_item_hover_styles = "color:#ffffff; background-color:#89b6df;background-image:url(); background-repeat:no-repeat; height:20px;"
	this.subs_item_active_styles = "background-color:#89b6df;"

}