/* CSS specific to the visitors section goes in here */

.top-nav tr, .top-nav .mouseout {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: arial, verdana, helvetica;
    font-size: 8pt;
    color: #ffffff;
    background-color: #005984;
}

.top-nav .mouseover {
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: arial, verdana, helvetica;
    font-size: 8pt;
    color: #ffffff;
    cursor: pointer;
    cursor: hand;
    background-color: #00bce4;
}

.logo {
    background-image:  url(images/logo_b.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
