node7 = true
function tmenudata0()
{	

	this.imgage_gap = 3	

	this.plus_image = "plus.gif"
	this.minus_image = "minus.gif"
	this.pm_width_height = "9,9"


	this.folder_image = "folder.gif"
	this.document_image = "document.gif"
	this.icon_width_height = "16,14"

	this.indent = 20;
	this.use_hand_cursor = true;

	this.main_item_styles =           "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           color:#333333;			\
                                           padding:2px;				"


        this.sub_item_styles =            "text-decoration:none;		\
                                           font-weight:normal;			\
                                           font-family:Arial;			\
                                           font-size:12px;			\
                                           color:#333333;			"

	this.main_container_styles = "padding:0px;"
	this.sub_container_styles = "padding-top:7px; padding-bottom:7px;"

	this.main_link_styles = "color:#0066aa; text-decoration:none;"
	this.main_link_hover_styles = "color:#ff0000; text-decoration:underline;"

	this.sub_link_styles = ""
	this.sub_link_hover_styles = ""

	this.main_expander_hover_styles = "text-decoration:underline;";
	this.sub_expander_hover_styles = "";

}