@charset "utf-8";
div#nav {
    margin: 20px auto;
    display: inline-block;
    dispaly: inline;
    width: 940px;
    height: 70px;
    background-image: url(/images/nav_fons.jpg);
    background-repeat: repeat-x;
    background: -webkit-linear-gradient(#013589, #53527C);
    background: -moz-linear-gradient(#013589, #53527C);
    border-radius: 12px;
    border-width: 1px;
    border-color: #FFF;
    border-color: rgba(255, 255, 255, 0.6);
    border-style: solid;
    box-shadow: 1px 1px 12px #000000;
    text-align: center;
    padding: 5px;
}

div#nav a {
    margin: 0 -2px 0 -2px;
    display: inline-block;
    height: 50px;
    padding: 10px 0 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #999;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #666;
}

div#nav a div {
    padding: 0 20px 0 20px;
}

div#nav a:last-of-type {
    border-right-width: 0px;
}

div#nav a:first-of-type {
    border-left-width: 0px;
}

div#nav a.active {
    color: #ECECFB;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

div#nav a:hover {
    color: #FFF;
    text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.3);
}

div#nav span.topText {
    font-family: "League", sans-serif;
    font-size: 28px;
    display: block;
    display: inline;
    line-height: 29px;
}

div#nav p.subtext {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 13px;
}
