#sitebar div:after,
#sitenav:after {
    content: "";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0.0;
    overflow:hidden;
    visibility: hidden;
    clear: both;
    }

#sitebar {
	font-family:Verdana,Helvetica,Arial,sans-serif;
    background: #f4f4f4;
    color: #464548;
    font-size:1em;
    padding-top:3px;
    padding-bottom:3px;
    border-bottom: 1px solid #ddd;
    }

#sitebar-navigation {
	text-align:center;
    }

#sitebar-navigation a {
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1px;
    color:#464548;
}

#sitebar-navigation .sitebar-evidence {
	color: #C3593C;
	font-weight:bold;
}

#sitebar-navigation a:hover {
    text-decoration:none;
}

