/*

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.

*/

ul.explorertree, ul.explorertree li {list-style:none; cursor:pointer; }
ul.explorertree, ul.explorertree ul, ul.explorertree li { margin: 0; padding: 0; }
ul.explorertree li { padding-left:15px; }
ul.explorertree ul { padding-left: 20px; }
ul.explorertree ul ul { padding-left: 0; }
/* Set the bullet images */
ul.explorertree li { background: url(../images/explorertree/shop.gif) no-repeat left center;  }
ul.explorertree li.explorertree-open { background: url(../images/explorertree/open.gif) no-repeat left top;  }
ul.explorertree li.explorertree-closed { background: url(../images/explorertree/closed.gif) no-repeat left center;  }
/* Actually show and hide sublists */
ul.explorertree li.explorertree-open ul { display: block; }
ul.explorertree li.explorertree-closed ul { display: none; }
ul.explorertree a {color:#003C05;text-decoration:none;}
ul.explorertree a:hover {text-decoration:underline;}

ul.explorertree.spain li, ul.explorertree ul li {font-weight:bold; }
ul.explorertree.spain ul ul li {font-weight:normal; }
ul.explorertree.spain li {line-height:1.5em;}
ul.explorertree.spain ul li {color:#C8B87C;}