/*Opera*/
.skip {
	position: absolute;
	top: -4em;
	display: none;
	font-size: 1px;

}

 /*Seen by IE*/
* html .skip {
    display: block;
    position: absolute;
    top: 8px;
    left: 136px;
    z-index: 0
}

 /*Seen by Moz and FF*/
html:not([dummy]) .skip {
    display: block;
    position: absolute;
    top: -4em;
    left: 0;
    z-index: 0
}

.skip a {
    padding: 0 0.5em;
    left: 0;
    width: 9em;
    z-index: 0
}

.skip a:focus, .skip a:active {
    display: inline;
    z-index: 2;
    border: solid black 1px;
    color: #cc0;
    text-decoration: none;
    position: absolute;
    top: 50px;
    left: 10px
}

.skip a#cont {
    position: absolute;
    top: -9em;
    width: 14.2em
}

.skip a#cont:focus, .skip a#cont:active {
    position: absolute;
    top: 15em;
    left: 0em;
    z-index: 2
}

.skip a:hover {
    cursor: default
}

