#appleseed_skiplinks ul{
    position: absolute;
	left: 0;
	top: 0;
	width: 100%;
    margin-left: 0;
	text-align: left;
	list-style: outside none;
}

#appleseed_skiplinks li{
	list-style-type: none
}

#appleseed_skiplinks a{
	position: absolute;
	left: -99999px;
	top: 10px;
}

#appleseed_skiplinks a:focus,
#appleseed_skiplinks a:active{
	position: relative;
	left: 0;
	z-index:9999;
	width: 75%;
	height: auto;
	margin: 0 auto;
	padding: 20px 10px 10px 10px;
	text-align: center;
	text-decoration: underline;
	background-color: #ffffff;
	border: 2px solid #666666;
}