.innerPopUpNoticias ul, .innerPopUpNoticias  ul ul{
    list-style-type: none;
    /*background: url(../imagens/vline.png) repeat-y;*/
    margin: 0;
    padding: 0;
}

.innerPopUpNoticias ul ul {
    margin-left: 10px;
}

.innerPopUpNoticias ul li {
    margin: 0;
    padding: 0 12px;
    line-height: 20px;
    background-image: url(../imagens/node.png);
    background-repeat: no-repeat;
    color: #9ec554;
    font-weight: bold;
    list-style-image: none;
}

.innerPopUpNoticias ul li a{
    font-weight: normal;
}

.innerPopUpNoticias ul ul>li.last,
.innerPopUpNoticias ul li.last {
    background-image:url(../imagens/lastnode.png);
    background-repeat:no-repeat;
}