.button-style, .button-style:hover {
	background-repeat: repeat-x;
	background-position: 0 0;
	margin-right: 2px !important;
	text-align: center;
}
.button-style {
	padding: 5px 12px 8px!important;
	min-width: 70px;
	text-align: center;
	background-image: url(bgmenu-group.png);
	font: normal 12px Tahoma;
	border: 0;
	color: #fff;
	border-radius: 3px;
	background-position: top;
	text-align: center;
}
.button-style:hover {
	background-image: url(bgmenu-group-hover.png);
	cursor: pointer;
	text-align: center;
}