.footer_menu_style li {
	display:inline;
	list-style:none;
}

.footer_menu_style li a {
	background:transparent url(../images/buttons.jpg) no-repeat top left;
	display:block;
	float:right;
	height:22px;
	margin-right:3px;
	margin-top: 13px;
}

.footer_menu_style li a span {
	background:transparent url(../images/buttons.jpg) no-repeat right top;
	display:inline;
	float:left;
	height:18px;
	padding:4px 10px 0 0;
	margin-left:10px;
	cursor:pointer;
}

.footer_menu_style li a:hover {
	background-position:0px bottom;
	color:#212121;
}

.footer_menu_style li a:hover span {
    background-position:right bottom;
}
