/*
	Sitemap Styler 	 
*/

#sitemap, #sitemap ul, #sitemap li{
	margin:0 5px;
	padding:0;
	list-style:none;
	color: #CC9933;
}
#sitemap{}
#sitemap ul{
	display:none;
}
#sitemap li{
	line-height:200%;
	margin-top:1px;
	background:#eee;
	position:relative;
	width:100%;
}
/* 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:28px;}
#sitemap li span{float:left;position:absolute;top:5px;left:5px;width:13px;height:13px;cursor:auto;font-size:0;}
#sitemap li span, #sitemap li span.collapsed{background:url(collapsed.gif) no-repeat 0 0;} 
#sitemap li span.expanded{background:url(expanded.gif) no-repeat 0 0;}

/* second level */

#sitemap li li{
	background:#fff;
	width:95%;
}
#sitemap li li a{padding-left:36px;}
#sitemap li li span{left:28px;}

/* third level */

#sitemap li li li a{padding-left:84px;}
#sitemap li li li span{left:56px;}

/* added styles */

#sitemap a:link, #sitemap a:visited, #sitemap a:active {
  color: #CC9933;
  text-decoration: none;
  cursor: auto;
}

#sitemap ul a:hover {
  color: #CC9933;
  text-decoration: underline;
  cursor: pointer;
}
#info {
	list-style: none;
}
#info li {
	padding: 15px 45px;
	margin: 0 0 6px 10px;
	border-bottom: 1px solid #fff;
}
#one {
	background: url(ol_1.gif) no-repeat 0 50%;
}
#two {
	background: url(ol_2.gif) no-repeat 0 50%;
}
#three {
	background: url(ol_3.gif) no-repeat 0 50%;
}
#four {
	background: url(ol_4.gif) no-repeat 0 50%;
}
#five {
	background: url(ol_5.gif) no-repeat 0 50%;
}
/* etc. */

/*  */
