.subscribes {
    position: relative;
    overflow-y: auto;
    overflow-x: visible;
}

.navblock {
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    height: 26px;
}
.navblock a{
    color: inherit;
}
.navblock:hover{
    background: #e2e2e2;
}


.navlink {
    font-size: 14px;
    white-space: nowrap;
    word-wrap: break-word;
    height: 26px;
    overflow: hidden;
}

.navlink-p {
    white-space:  normal;
    height: 26px;
    line-height: 26px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    text-overflow: clip;
}

.navcount {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    padding: 4px;
    line-height: 18px;
    display: inline-block;
    font-weight: 500;
    color: gray;
    width: 30px;
    float: right;
    text-align: right;
}

.navicon-p{
    display: inline-block;
    padding: 4px;
    float: left;
}
.navicon {
    min-width: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    /*padding: 4px 2px 4px 4px;*/
    vertical-align: 4px;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    background-size: 100%;
}

.navmenu {
    width: 16px;
    height: 16px;
    color: transparent;
    background: url(/jakarta.faces.resource/img/menu.png.jsf) left top no-repeat #e2e2e2;
    cursor: pointer;
    z-index: 999;
}

.navsel {
    color: #b67240;
    background: #f4f4f4;
}

.navnotsel {
    color: black;
}

.navread {
    font-weight: 500;
}

.navnotread {
    font-weight: 700;
}



form#nav a{
    text-decoration: none;
    outline: none;
}