li a::before {
	content: "\00A0";
	background: url(gc.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
	width: 13px;
	height: 11px;
}

li a:hover::before {
	background-position: -13px 0;
}
