/********************************************
Copyright, All rights reserved
Denver Counseling Clinic, LLC
*********************************************/
ul.hover_block {
	margin-right: -8px;
}

ul.hover_block li {
	background: #fff;
	border: 1px solid #efefef;
	float:left;
	font-size: 9px;
	line-height: 9px;
	list-style:none;
	padding: 15px;
	position: relative;
	width:110px;  
}

ul.hover_block li a {
	background: #309b47;
	color: #fff;
	display: block;
	float: left;
	font-size: 9px;
	height: 60px;
	line-height: 12px;
	overflow: hidden;
	padding: 16px;
	position: relative;
	text-shadow: none;
	text-align: left;
	width: 78px;
}

ul.hover_block li a { 
	text-decoration: none; 
}

ul.hover_block li img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}