@charset "UTF-8";
.retail-list {
	margin: 0px;
	padding: 0px;
	border-left-color: #336601;
	clear: both;
	display: block;
}
.retail-list li {
	float: left;
	list-style-type: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #336601;
	border-bottom-color: #336601;
	margin: 0px;
	padding: 0px;
}
.retail-list li a {
	display: block;
	width: 185px;
	text-align: center;
	background-color: #85A365;
	color: #FFFFFF;
	text-decoration: none;
}
.retail-list  li  a span {
	display: none;
}
.retail-list li a strong {
	font-weight: normal;
	display: block;
}
.retail-list li a:hover {
	background-color: #336601;
	color: #FFFF00;
	text-decoration: none;
}
.retail-list  li  a:hover span {
	display: block;
}
.retail-list li a:hover strong {
	display: none;
}

