.treemenu {
	margin : 0px 20px;
	padding : 10px;
	list-style : none;
	background-color : #EEE;
	width : 500px;
}
.treemenu1 ul {
	width : 400px;
}
.treemenu1 li{
	width : 400px;
}
.treemenu2 ul {
	width : 400px;
}
.treemenu2 li{
	list-style : none;
	width : 300px;
}
.treemenu3 ul {
	display : none;
	width : 340px;
}
.treemenu3 li{
	list-style : none;
	width : 370px;
}
.treemenu UL {
	list-style : none;
	margin : 0px 10px;
}

.treemenu LI { 	display : block;


}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('../images/expanded.gif');
	background-repeat : no-repeat;
	background-position : left;
		padding:0 0 0 20px;

}		

.treemenu .treeclosed {
	background-image : url('../images/collapsed.gif');
	background-repeat : no-repeat;
	background-position : left;
		padding:0 0 0 20px;

}
.treemenu2 a {
	background-image : url('../images/expanded.gif');
	background-repeat : no-repeat;
	background-position : left;
		padding:0 0 0 20px;

}		
.treemenu2 a:hover {
		/*background-color:#FF9933;*/

}		
.treemenu2 a {
	background-image : url('../images/collapsed.gif');
	background-repeat : no-repeat;
	background-position : left;
		padding:0 0 0 20px;

}
.treemenu3 li a:hover {
		background-color:#FF9933;
}		
.treemenu3 li a {
	background-image : url('../images/expanded.gif');
	background-repeat : no-repeat;
	background-position : left;
		padding:0 0 0 20px;

}
li.expanded a {
	background-image : url('../images/expanded.gif');
	background-repeat : no-repeat;
	background-position : left;
		padding:0 0 0 20px;

}
li.expanded a:hover {
		background-color:#FF9933;
}		
