div.hoverBtn {
	position: 		relative;
	display: 		block;
	border-right: 1px solid #151515;
	line-height: 49px;
	height: 49px;
	font-size: 13px;
	color: #FFF;
	background: #000;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	text-decoration:	none;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	line-height: 49px;
	height: 49px;
	text-align: 		center;
	font-size: 13px;
	text-decoration:	none;
	background:		transparent;
	color: #FFF;
}
div.hoverBtn a:hover {text-decoration: none;}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		#d1c267;
	text-decoration:	none;
	color: #000;
}
