/*
	Sitemap Styler 	 
*/

#sitemap    { list-style:none; }
#sitemap li { margin-top:1px; width:100%; border-top: 1px solid #25262b; position: relative; }
#sitemap h1 { padding-left: 20px; font-size: 1.9em; cursor: pointer; }

/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{	float:left;	display:inline; }

#sitemap li a  { padding-left:15px; background: #1d1d1d; display: block; margin-bottom: 1px; background: #000; color: #e2d5b1; font-size: 1.9em; padding-top: 2px; height: 23px; }
#sitemap li a:hover { background: #333333; }
#sitemap li.collapsed{ background:url('/hh-images/icon-plus.gif') no-repeat 5px 5px; display: block; } 
#sitemap li.expanded { background: #000000 url('/hh-images/icon-minus.gif') no-repeat 5px 5px; display: block; }
#sitemap li div { width: 100%; position: absolute; z-index: 9; top:0; left: 0; height: 25px; background: #000000; display: block; opacity: 0; -moz-opacity: 0;   -khtml-opacity: 0; filter: alpha(opacity=0); cursor: pointer; }
/* sub levels */
#sitemap li ul{	margin-bottom: 7px; }

#sitemap li ul li a {	font-size: 1.2em; color: #cab9b9;  }

/* etc. */

/* float fix */

#sitemap:after, #sitemap ul:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#sitemap, #sitemap ul{display:block;}
/*  \*/
#sitemap, #sitemap ul{min-height:1%;}
* html #sitemap, * html #sitemap ul{height:1%;}
 /*  */
#sitemap ul{display:none;}