/* -- Version 0.9 / Alex Turnbull -- */
/* NOTE: requires empty spans in the a tags in the list */

body div#jumplinks {
    position: absolute; /* fixes the narrow window issues in IE */
    left: 0;
    height: 0;
    line-height: 1;
    }

body div#jumplinks ul {
    list-style: none;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 1000;
    }

body div#jumplinks ul li a {
    position:absolute;
    top: -6em;
    left: 0;
    z-index: 1000;
    }

body div#jumplinks ul li a span {
    display: block;
    margin: 0.6em 0.6em 0.7em 0.6em;
    }

body div#jumplinks ul li a:active, body div#jumplinks ul li a:focus {
    top: 0;
    left: 0;
    background-color: #000;
    width: auto;
    height: auto;
    color: #fff;
    font-size: 1.3em;
    z-index: 1000;
    text-align: left;
    white-space: nowrap;
    margin: 0em;
    }

