.pstrnav {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    font:12px Tahoma, Verdana, "Times New Roman";
    color: #333;
    padding: 10px 0px 0px 0px;
}
.NavigationLink {
    display: block;
    border-left: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    width: 29px;
    height: 19px;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
    color: #059;
    -webkit-transition-duration: 0.6s;
         -o-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.NavigationLink:not(.ActiveNav):hover {
    background-color: #235aa3;
    color: white;
}
.NavigationLinkF {
    display: block;
    width: 70px;
    height: 19px;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
    color: #666666;
}
.NavigationLinkE {
    display: block;
    width: 80px;
    height: 19px;
    text-align: center;
    padding-top: 4px;
    text-decoration: none;
    color: #666666;
}
.fl {
    float:left;
}
.ActiveNav {
    background-color: #F7F7F7;
    font-weight: 700;
    color: #333333;
}
.FsNavigationLink {
    font-family: Tahoma, Verdana, "Times New Roman";
    display: block;
    font-weight: bold;
    height: 25px;
    text-align: center;
    text-decoration: none;
    color: #059;
}
.LastN {
    display: block;
    background: url('../module/image/left_n.png') no-repeat bottom left;
    padding-left: 19px;
}
.EndNavigationLink {
    font-family: Tahoma, Verdana, "Times New Roman";
    display: block;
    font-weight: bold;
    border-left: 1px solid #E5E5E5;
    height: 25px;
    text-align: center;
    text-decoration: none;
    color: #059;
}
.LastEnd {
    display: block;
    background: url('../module/image/right_n.png') no-repeat bottom left;
    padding-left: 19px;
}
.PstrNavM {
    margin: 10px 0px 10px 0px;
}

@media screen and (max-width: 767px) {
    .NavigationLink,
    .NavigationLinkF,
    .NavigationLinkE {
        height: 25px;
    }
}

@media screen and (max-width: 420px) {
    .NavigationLinkE, .NavigationLinkF {
        width: 65px;
        text-align: center;
    }
}