#navPyra li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
}
.link {
  color: #00f;
  text-decoration: underline;
  cursor: pointer;
  cursor: hand;
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    padding: 0 12px 6px 12px;
    text-decoration: none;
    color: #708491;
}
#navPyra a:link, #navPyra a:visited {
        float: left;
        font-size: 10px;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #708491;
}
