
.hoverBtn {
	position: 		relative;
	float:left;
	
	
}
.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			100px;
	height: 		36px;
	line-height: 		32px;
	text-align: 		center;
	text-decoration:	none;
	color:#FFFFFF;
	background:		transparent none repeat-x 0 0 scroll;
}
.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	left:0px;
		width: 			100px;
	height: 		36px;
	top: 			0px;
	
	background:		 #eb3e57 url(images/navHover.png) repeat-x 0 0 scroll;
}
