﻿.skiplist {margin: 0; padding: 0} 
.skip {display: none; font-family: verdana, sans-serif; text-align: left; margin: 0; padding: 0; position: absolute} /*All incl Opera*/
/* * html */ .skip {display: block} /*Seen by IE*/
:root .skip {display: block} /*Seen by Moz, FF and Safari*/
.skip a {padding: 0 0.5em; display: inline; z-index: 2; text-decoration:none; position: absolute; width: 14em; top: -1000px;}
.skip a:focus, .skip a:active {
		position: absolute; 
		top:0px; 
		color: #242f32; 
		background: #daddc8;
		border:1px #7a7e81 solid; 
		height:15px; 
		width:200px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:right;
}
.skip a:hover {cursor: default}