@charset "UTF-8";
#navcontainer {
    width: 1000px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    opacity: 1;
    top: 0px;
}
#nav {
    width: 800px;
    height: 30px;
    margin-left: 10px;
    margin-top: 10px;
    float: right;
    margin-right: 23px;
    padding-top: 0px;
}
.navstyle {
    width: 83px;
    height: 21px;
    float: right;
    border-left: thin solid #FFFFFF;
    font-style: normal;
    text-align: center;
}
.navstyle1 {
    width: 125px;
    height: 21px;
    float: right;
    border-left: thin solid #FFFFFF;
    font-style: normal;
    text-align: center;
}
.navstyle h4 a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    font-size: small;
    font-weight: normal;
}
.navstyle1 h4 a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    font-size: small;
    font-weight: normal;
}
.navstyle h4 a:hover  {
    color: #EE070B;
    background-color: #000000;
}
