.msg-importantes-class .barra-menu {
    float: left;
    position: relative;
    height: 394px;
    display: inline-table;
    border-radius: 3px;
    text-decoration: none;
    width: 332px;
    background: #f1f1f1;
    margin: -3% 0 -5px 0;
    border: 1px solid #CCC;
}

.msg-importantes-class {
    margin: 0;
}

.nav-informacoes-importantes ul {
    width: 80%;
    margin-left: 0;
}

.nav-informacoes-importantes ul li a {
    color: #555;
    text-shadow: none;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
}

.nav-informacoes-importantes ul li {
    line-height: 32px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-family: Verdana, Arial;
    background: whiteSmoke;
    list-style: none;
    width: 100%;
}

.nav-informacoes-importantes ul li a:hover {
    color: #555;
    text-shadow: none;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
}