ul.explorertree
{
	margin: 0 0 0 10px ;
	padding: 0 ;

}

ul.explorertree ul, ul.explorertree li 
{
	margin: 0 0 0 10px; 
	padding: 0 ;
}

/* Set the bullet images */
ul.explorertree li 	
{
 	list-style-image: url("../images/blob.gif"); list-style-type: square; 
}
 
ul.explorertree li.explorertree-open 
{ 
	list-style-image: url("../images/downArrow.gif"); list-style-type: circle; 
}

ul.explorertree li.explorertree-closed 

{ 
	list-style-image: url("../images/rightArrow.gif"); list-style-type: disc; 
}

/* Actually show and hide sublists */

ul.explorertree li.explorertree-open ul { display: block; }
ul.explorertree li.explorertree-closed ul { display: none; }


