<!-- 
.verticalBarGraph {
	font-size: 8px;
	height: 42px;
	width: 150px;
	margin: 10;
	padding: 0;
	position: relative;
		float: right;
	clear: both;
}
	
.verticalBarGraph li {
	bottom: 0;
	list-style:none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	height: 9px;
	}
