.treemenu {
	margin : 0px;
	padding : 0px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #dbdbdb;
	width : 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.treemenu UL {
	list-style : none;
	margin : 5px 0px 10px 20px;
	padding : 5px 5px 10px 0px;
}

.treemenu LI {
	display : block;
	padding-top: 0px;
	margin-top: 0px;
	list-style: none;
	
}
a.treelink:hover {
text-decoration: underline;
}

.treemenu A {
	display : block;
	padding-left : 15px;
	
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('http://www.simplygoodstuff.com/_images/contract3.jpg');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('http://www.simplygoodstuff.com/_images/expand3.jpg');
	background-repeat : no-repeat;
	background-position : left;
}
