#sexyNav {
    width: 840px;
    height: 247px;
    border: 12px solid transparent;
    border-image: url('images/fflegendnavbg.png') 12 repeat;
    box-sizing: border-box;
    background-color: #e6ffd6;
    padding: 17px 10px 10px 190px;
    position: relative;
    margin: 0 auto 20px auto;
    font-family: Arial, Helvetica, sans-serif;
}
#sexyNav a img {
    border: 0;
}
#navLogo {
    position: absolute;
    top: 12px;
    left: 21px;
}
#mainLinks a, #subLinks a, #otherSites a {
    display: inline-block;
    border: 2px solid #94cd7c;
    background-color: #b2e19e;
    color: #234f40;
    font-weight: bold;
    text-decoration: none;
}
#mainLinks a:hover, #subLinks a:hover, #otherSites a:hover {
    border-color: #cf986e;
    background-color: #fbb682;
    color: #703000;
}
#mainLinks a {
    padding: 6px 8px 4px 8px;
    margin: 0 4px 7px 0;
    font-size: 17px;
    border-radius: 5px;
}
#mainLinks .current {
    border-color: #629986;
    background-color: #234f40;
    color: #e6ffd6;
    pointer-events: none;
}
#subLinks {
    margin-top: 12px;
    border-top: 1px solid #88c070;
    border-bottom: 1px solid #88c070;
    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: #346856;
    margin-top: 5px;
    padding-top: 2px;
    font-size: 12px;
}