div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		transparent repeat-x 0 0 scroll;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	_width:			30px;
	height: 		32px;
	line-height: 	32px;
	text-align: 	center;
	font-size:		12px;
	text-decoration:none;
	color:			white;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	left:0;
	background:		url(../img/menu_depois.png) bottom center repeat-x ;
}