function tmenudata0()
{
	this.imgage_gap = 3			//The image gap is applied to the left and right of the folder and document icons.

	this.plus_image = "../../images/ico_arrow.gif"		//specifies a custom plus image.
	this.minus_image = "../../images/ico_arrow_down.gif"		//specifies a custom minus image.
	this.pm_width_height = "7,7"		//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/ico_dot.gif"	//Automatically applies to all items which are not expandable.
	this.icon_width_height = "7,6"	//Width & Height  - Note: Both images must be the same dimensions.

	this.indent = 0;			//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.

	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Verdana;			\
                                           font-size:10px;			\
                                           color:#333333;			\
                                           padding:2px;				"

    this.sub_item_styles =            "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Verdana;			\
                                           font-size:10px;			\
                                           color:#333333;			"

	this.main_container_styles = "padding:0px;"
	this.sub_container_styles = "padding-top:7px; padding-bottom:7px;"

	this.main_link_styles = ""
	this.main_link_hover_styles = ""

	this.sub_link_styles = ""
	this.sub_link_hover_styles = ""

	this.main_expander_hover_styles = "text-decoration:underline;";
	this.sub_expander_hover_styles = "";
}
