function tmenudata0()
{


    /*---------------------------------------------
    Animation Settings
    ---------------------------------------------*/


	this.animation_jump = 5		//Measured in Milliseconds (1/1000s)
	this.animation_delay = 5		//Measured in pixels


    /*---------------------------------------------
    Image Settinngs (icons and plus minus symbols)
    ---------------------------------------------*/


	this.imgage_gap = 8			//The image gap is applied to the left and right of the folder and document icons.
						//In the absence of a folder or document icon the gap is applied between the
						//plus / minus symbols and the text only.


	this.plus_image = "../images/main_icon_default.gif"	//specifies a custom plus image.
	this.minus_image = "../images/main_icon_open.gif"		//specifies a custom minus image.
	this.pm_width_height = "16,16"					//Width & Height  - Note: Both images must be the same dimensions.


	//this.folder_image = "folder.gif"				//Automatically applies to all items which may be expanded.
	this.document_image = "../images/sub_icon1.gif"		//Automatically applies to all items which are not expandable.
	this.icon_width_height = "0,0"					//Width & Height  - Note: Both images must be the same dimensions.




    /*---------------------------------------------
    General Settings
    ---------------------------------------------*/


	this.indent = 5;			//The indent distance in pixels for each level of the tree.
	this.use_hand_cursor = true;		//Use a hand mouse cursor for expandable items, or the default arrow.


    /*---------------------------------------------
    Tree Menu Styles
    ---------------------------------------------*/


	this.main_item_styles ="		   text-decoration:none; 			       		\
                                       font-weight:bold;			           	\
                                       font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;		           	\
                                       font-size:11px;			               		\
                                       color:#001856;						\
					    			   padding-top:-1px;				\
									   padding-bottom:5px;		\
                                       background-image:url(../images/left-nav-bg.jpg); 	\
									   "


   	 this.sub_item_styles ="		   text-decoration:none;					\
                                       font-weight:bold;					\
                                       background-image:url(../images/left-nav-sub-bg1.jpg); 	\
   	 								   background-repeat:no-repeat; 	\
   	 								   background-position:bottom; 	\
   	 								   background-color:#849FCD;			\
   	 								   padding-top:3px;			\
   	 								   padding-left:10px;			\
   	 								   font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;		           	\
   	 								   font-size:11px;						\
									   color:#ffffff;"



	/* Styles may be formatted as multi-line (seen above), or on a single line as shown below.
	   The expander_hover_styles apply to menu items which expand to show child menus.*/



	this.main_container_styles = ""
	this.sub_container_styles = "line-height:15px;padding-top:5px; padding-bottom:0px;padding-left:0px;"

	this.main_link_styles = "color:#ffffff; text-decoration:none;"
	this.main_link_hover_styles = "color:#000000;"


	//this.sub_link_styles = "color:#000000; font-size:13px;"
	//this.sub_link_hover_styles = "color:#FF7800;"


	this.main_expander_hover_styles = "color:#000000;"

	this.sub_expander_hover_styles = "  color:#000066;"

}