@CHARSET "ISO-8859-1";

.markerLeft {
	float:left;
	border-color: transparent transparent transparent #ededed;
	border-style:solid;
	border-width:14px;
	height:0px;
	width:0px;
	position: relative;
	left: 0px;
	top: -5px;
	z-index: 10;
}
.static-counties .col-grad-sfbrown{
	padding: 5px 0;
	margin-bottom: 5px;
}
.static-counties .col-grad-sfbrown a{
	font-size: 12px;
}
.static-counties .col-grad-sfbrown a:hover{
	color: #fff;
}
.static-counties .col-grad-sfbrown:hover {
	background-image: -moz-linear-gradient(top, #f88d02, #fb6c02);
	background: -webkit-gradient(linear, left top, left bottom, from(#f88d02), to(#fb6c02)); /* for webkit browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88d02', endColorstr='#fb6c02'); /* for IE */
	background-image: -ms-linear-gradient(top, #f88d02 0%, #fb6c02 100%);	
	background-image: -o-linear-gradient(#f88d02,#fb6c02); /* opera */	
}
