﻿/*** Marquee ***/
.marqueeContainer
{
    width:950px;
    height:30px;
    margin-left:auto;
    margin-right:auto;
    background-image:url(../../images/marquee_bg.gif);
    background-repeat:repeat-x;
    border-bottom:solid 1px #ccc;
}
.marquee
{
    float:left;
    width:740px;
    margin-top:10px;
}
marquee a
{
    font: bold 11px Arial, verdana, sans-serif; 
    color:#0066FF;
    text-decoration:none;
}
marquee a:hover
{
    text-decoration:underline;
}