body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		#990000;
	margin-left: 1px;
}

div.hoverBtn a {
	position: 		relative;
	z-index: 		12;
	display: 		block;
	width: 			79px;
	height: 		12px;
	text-align: 		center;
	text-decoration:	none;
	color:			#FFFFFF;
	background:		transparent none repeat-x 0 0 scroll;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		11;
	top: 			0px;
	left: 			0px;
	background:		#666666;
}
