ul.marquee
{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    position: relative;
    overflow: hidden;
    width: 535px;
    height: 30px;
    background-color: #f2f2ff;
    background: url('images/twitter-bar.png') no-repeat 0px 0px;
}

    ul.marquee li
    {
        position: absolute;
        top: -999em;
        left: 0;
        display: block;
        white-space: nowrap;
        font: 10px;
        padding: 8px 7px;
    }
    ul.marquee li span span , ul.marquee li span a
    {
        font-size: 10px;
    }
ul.marquee li span a
{
    color: #4e60a8;
    text-decoration: underline;
    font-family: 'arial';
}
