.skip a {margin: 0; 
	padding: 0;
	position: absolute; 
	width: 12em; 
	overflow: hidden; 
	top: -2000px; 
	left: -2000px;
	border-bottom: 0px solid #fff
}

.skip a:hover,
.skip a:active,
.skip a:focus {
	position: absolute; 
	top: 30px;
	left: 3%; 
	width: 12.2em; 
  	text-decoration: underline; 
  	color: #fff!important; 
  	background: #022768!important; 
  	display: block; 
	padding: 3px;
	font-weight: 600;
	font-size: 90%;
	text-align: center
}