/*

Explorer Tree 1.4
=================
by Andrew Gregory <andrew@scss.com.au>
http://www.scss.com.au/family/andrew/webdesign/explorertree/

This work is licensed under the Creative Commons Attribution License. To view a
copy of this license, visit http://creativecommons.org/licenses/by/1.0/ or send
a letter to Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
USA.

*/

/* Get the bullets inside their LI's, so they're clickable. */

ul.explorertree li 
{ 
/*list-style-position: inside;*/
clear: both;
}
#tree_categories ul.explorertree
{	
	margin: 0px;
	height: 150px;
	overflow: auto;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 25px;
	right: 0px;
	width: 375px;
	z-index: 1000;
}
#tree_categories ul.explorertree ul
{	
	list-style: none;
}
ul.explorertree, ul.explorertree ul, ul.explorertree li { margin: 0; padding: 0; }
ul.explorertree ul { padding-left: 20px; } /* sublist indentation */
/* Set the bullet images */
ul.explorertree li{padding: 2px 3px 0px 0px;}
ul.explorertree li a{ background: transparent url(/images/dictaments_tree_point.gif) no-repeat 0px 0.30em;display: block;}
ul.explorertree li a span{padding-left: 15px;_padding-left: 15px;display: block;}
ul.explorertree li.explorertree-open {}
ul.explorertree li.explorertree-closed {}
/* Actually show and hide sublists */
ul.explorertree li.explorertree-open ul { display: block; }
ul.explorertree li.explorertree-closed ul { display: none; }

ul.explorertree li a{
	color: #000;
	font-size: 13px;
	font-family: verdana;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
ul.explorertree li a:visited,
ul.explorertree li a:link{
	color: #000;
}
ul.explorertree li a:hover{
	text-decoration: underline;
	color: #000;
}
ul.explorertree{

}

ul.explorertree li a:hover{

}

ul.explorertree li ul{
	display: none;
}
ul.explorertree li a.pare_close{
	background: transparent url(/images/dictaments_tree_close.gif) no-repeat left 0.30em;
}
ul.explorertree li a.pare_open{
	background: transparent url(/images/dictaments_tree_open.gif) no-repeat left 0.30em;
}



