#skip a  
{
	position:absolute;
	left:0px;
	top:0px;
	width:1px;
	overflow:hidden;
	height: 1px;
  } 
#skip ul {
	list-style-type: none;
}
#skip li {
	display: inline;
	margin-right: 20px;
}

#skip a:active, #skip a:focus
 {
	position:static;
	width:auto;
	height:auto;
	font-weight: bold;
	color: #FF0000;
	}
