.skiplink {
               position: absolute;
               color:#E6E6E6;
               top: -100px;
               left: -100px;
               overflow:hidden;
               text-align: left;
               text-decoration:none;                    
}

a.skiplink {
               z-index:300;
               position: absolute;
               color:#FFDF5D;
               height:1px;
               width:800px;
               overflow:hidden;
               text-align: left;
}
               
a.skiplink:active, a.skiplink:focus {
               top:0;
               left:0;
               background-color:#006699;       
               height:auto;
               width:800px;
}

