/*
	Sitemap Styler 	 
*/

#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;
}
#sitemap
{
	margin-bottom: 5px;
}
#sitemap{background:url(../images/line3.gif) repeat-y right;}
#sitemap li{
	background: #e5e5e5;
	/*line-height:20px;*/
	margin-top:1px;
	position:relative;
	width:100%;
}
/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li{
	float:right;
	display:inline;
}

#sitemap li a{width: 100%; color: #515151;padding-right:20px; display: inline-block;}
#sitemap li a:hover{
	background: #c7c7c7;
	color: #ffffff;
}
#sitemap li span{float:right;position:absolute;top:5px;right:5px;width:13px;height:13px;cursor:auto;font-size:0;}
#sitemap li span, #sitemap li span.collapsed{background:url(../images/collapsed.gif) no-repeat 0 0;}
#sitemap li span.expanded{background:url(../images/expanded.gif) no-repeat 0 0;}

/* sub levels */

#sitemap li ul{	
	margin-right:10px;
	background:url(../images/line3.gif) repeat-y right center;
}
#sitemap li li{	
	background:url(../images/line4.gif) no-repeat right center;
}

/* 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;}