/* FOLDER TREE MENU stylesheet */
.ftm 
{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
ul.ftm {
	margin: 3px;
	list-style-type: none;
}
ul.ftm * 
{
	margin: 0px;
	padding: 2px;
	list-style-type: none;
	white-space: nowrap;	
}
ul.ftm ul {
	margin: 0px 0px 0px 10px;
	display: none;
}
ul.ftm img 
{
	width: 9px;
	height: 9px;
}
