/* CSS Document */
#depthpath{
padding: 20px 0px 0px 0px;
    color: #990000;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-weight: normal;
}
#depthpath ol {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
#depthpath li {
	font-size: 10px;
	display: inline;
	margin: 0px 0px 0px 4px;
}
#depthpath li a {
	font-size: 10px;
	margin-right:4px;
	color: #999999;
	text-decoration: none;
	font-weight:normal;
}
#depthpath li a:hover {
	color: #990000;
	text-decoration: underline;
}