/* ------( SITE BANNER )------------------------------------------------- */

#sitebanner {
    clear:both;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background: #999;
    }

#sitebanner a {
    background: #999;
    color: #ddd;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    text-decoration: none;
    font-weight: normal;
    font-size: 9pt;
    padding: 3px 25px;
    margin: 0px;
    }

#sitebanner a:hover {
    background: #555;
    }

#sitebanner a.active {
    background: #c00;
    }

#sitebanner ul {
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#sitebanner li {
    display: inline;
    list-style: none;
    margin: 0 15px 0 10px;
    }



