#sexyNav {
    width: 840px;
    height: 210px;
    border: 12px solid transparent;
    border-image: url('images/fflegend2navbg.png') 12 repeat;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto 20px auto;
    font-family: Arial, Helvetica, sans-serif;
}
#sexyNav > div {
    background-color: #eff3ff;
    padding: 17px 10px 10px 190px;
}
#sexyNav a img {
    border: 0;
}
#navLogo {
    position: absolute;
    top: 12px;
    left: 7px;
}
#navLogo img, #castl {
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
}
#castl {
    display: block;
    position: absolute;
    top: 98px;
    left: 28px;
    opacity: 0.8;
}
#mainLinks a, #subLinks a, #otherSites a {
    display: inline-block;
    border: 2px solid #96b4ff;
    background-color: #b9ccff;
    color: #1641aa;
    font-weight: bold;
    text-decoration: none;
}
#mainLinks a:hover, #subLinks a:hover, #otherSites a:hover {
    border-color: #cfca6e;
    background-color: #fbf482;
    color: #706900;
}
#mainLinks a {
    padding: 6px 8px 4px 8px;
    margin: 0 4px 7px 0;
    font-size: 17px;
    border-radius: 5px;
}
#mainLinks .current {
    border-color: #5c87f0;
    background-color: #1641aa;
    color: #eff3ff;
    pointer-events: none;
}
#subLinks {
    margin-top: 12px;
    border-top: 1px solid #84a7ff;
    border-bottom: 1px solid #84a7ff;
    padding: 7px 0;
    font-size: 12px;
}
#subLinks a, #otherSites a {
    padding: 2px 5px 1px 5px;
    margin: 0 4px 0 0;
    border-radius: 4px;
}
#otherSites {
    color: #2c57c0;
    margin-top: 5px;
    padding-top: 2px;
    font-size: 12px;
}
#otherSites span {
    display: inline-block;
    margin-right: 3px;
}