#sitebar div:after,
#sitenav:after {
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0.0;
	overflow:hidden;
	visibility: hidden;
 	clear: both;
	}
	
#sitebar {
	background: #f4f4f4;
	color: #464548;
	font-size:1.084em;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid #ddd;
	}
	
#sitebar-navigation {
	width:90%;
	padding: 0 1.5em;
	
	}
	
#sitebar-navigation a {
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 2px;
	color:#464548;	
}

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