a {
	font-family: Arial, sans-serif;
	color: white;
}

div.hoverBtn {
	position: relative;
	float: left;
	margin-top: 298px;
	background: #1b1b1b;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

div.hoverBtn a {
	position: relative;
	z-index: 2;
	display: block;
	width: 133.333333333333px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 0.8em;
	text-decoration: none;
	color: white;
	background: transparent none repeat-x 0 0 scroll;
}

div.hoverBtn div {
	display: none;
	position: absolute;
	z-index: 1;
	top: 0px;
	background: #022969;
}

.current  {
	background: #022969 !important;  
}