.top_new_menu{
    margin: 10px 0;
    height: 36px;
    background: #ced8dc; 
}
.top_new_menu div{
    float: left;
    line-height: 14px;
    font-size: 14px;
    font-weight: bold;
    color: #7b8b93;
    padding: 11px 9px 11px 10px;
    text-align: center;
    font-family: Arial, Tahoma, sans-serif;
    background: url("images/separate.gif") center right no-repeat;
}

.top_new_menu div:last-child
{
    background: none;
}

.top_new_menu div a{
    color: #7b8b93;
    text-decoration: none;
    font-weight: bold;
}