﻿function imenus_datad0(){


	this.unlock = "wkvmcnh"

	this.main_is_horizontal = false
	this.menu_showhide_delay = 150
	this.show_subs_onclick = false
	this.hide_focus_box = false



   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/









   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "border-style:none; border-width:0px; padding:0px; margin:0px; "
	this.main_item_styles = "color:#969696; text-align:left; font-family:Verdana; font-size:10px; font-weight:bold; font-style:normal; text-decoration:none; border-style:solid; border-color:#edeef2; border-width:1px; padding:5px 0px 5px 26px ; margin:0px 0px 1px 0px ; "
	this.main_item_hover_styles = "background-color:#e9282b; background-image:url(design/leftmenu_a_hover.gif); color:#ffffff; text-decoration:none; "
	this.main_item_active_styles = "background-color:#e9282b; "
	this.main_graphic_item_styles = ""

	this.main_item_styles_extra = "background: url(design/leftmenu_a.gif) no-repeat 10px 5px;"


	//Sub Menu

	this.subs_ie_transition_show = "filter:progid:DXImageTransform.Microsoft.Fade(duration=0.3);"

	this.subs_container_styles = "background-color:#ffffff; border-style:solid; border-color:#f0cecd; border-width:1px; padding:0px; margin:0px; "
	this.subs_item_styles = "color:#555555; text-align:left; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-width:1px; padding:5px 0px 5px 26px ; "
	this.subs_item_hover_styles = "color:#ffffff; "
	this.subs_item_active_styles = "background-color:#ffffff; "



}

