// JavaScript Document
function imenus_data0(){
	this.unlock = "Add your unlock code here."

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150
	this.keyboard_navigable = false
   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/

	this.main_expand_image = 'images/template1_main_arrow.gif'
	this.main_expand_image_hover = 'images/template1_main_arrow.gif'
	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 = 'images/template1_sub_arrow.gif'
	this.sub_expand_image_hover = 'images/template1_sub_arrow.gif'
	this.sub_expand_image_width = '10'
	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 = "border-style:none; border-color:#CCCCCC; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "color:#FFFFFF; text-align:left; font-family:Trebuchet MS, Arial, Verdana, Century Gothic, Courier New; font-size:13px;font-weight:bold; text-decoration:underline;  border-color:#CCCCCC; border-width:0px; padding: 2px 2px 2px 2px;text-decoration:none; margin: 0px 0px 0px 1px;"
	this.main_item_hover_styles = "color:#ffb301"
	this.main_item_active_styles = "background-color:#188eb4;"
	this.main_graphic_item_styles = ""
	//Sub Menu

	this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3); background-color:#188eb4; border-style:solid; border-color:#cccccc; border-width:1px; padding:5px; margin:4px 0px 0px; "
	this.subs_item_styles = "color:#FFFFFF; text-align:left; font-size:11px; font-weight:bold; text-decoration:none; border-style:none; border-color:#CCCCCC; border-width:0px; padding:2px 5px; "
	this.subs_item_hover_styles = "color:#ffb301; text-decoration:none; "
	this.subs_item_active_styles = "background-color:#188eb4; "
}