.sitemap span.none, .sitemap span.vert, .sitemap span.last, .sitemap span.midd {
	background:transparent 0px 0px no-repeat;
	width: 24px;
	height: 18px;
	display: block;
	float: left;
	margin-left: 1em;
}
.sitemap span.vert {background-image: url(images/map_vert.gif);}
.sitemap span.last {background-image: url(images/map_last.gif);}
.sitemap span.midd {background-image: url(images/map_midd.gif);}

.sitemap ul, .sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sitemap li {
	list-style-type: none;
	margin: 0;
	padding-top: 4px;
}

 #hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: white;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px arial;
line-height:18px;
z-index:100;

visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: 500;
color: #B90303;
margin: 3px 8px;
}