#accLink {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#accLink a {
    color: #000000;
    display: block;
    font-weight: bold;
    height: 1px;
    left: 0;
    margin-bottom: -1px;
    margin-left: -1px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
    width: 1px;
}
#accLink a:focus, #accLink a:hover, #accLink a:active {
    background: none repeat scroll 0 0 #0C4DA2;
    color: #FFFFFF;
    height: auto;
    padding: 10px 0;
    width: 100%;
    z-index: 1000;
}