/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */
.treemenu {	margin : 0px 20px; padding : 10px; list-style : none;	background-color : #EEE; border : 1px solid #000; width : 200px; }
.treemenu UL { list-style : none; margin : 0px 10px; padding : 0px 10px; }
.treemenu LI { display : inline; }
.treemenu A { display : block; padding-left : 12px; text-decoration : none; }
.treemenu .treeopen { background-image : url('open.gif'); background-repeat : no-repeat; background-position : left; }		
.treemenu .treeclosed { background-image : url('closed.gif'); background-repeat : no-repeat; background-position : left; }