#Panel {
    font-size: 12px;
    background: #202020; /* Old browsers */
    background: -moz-linear-gradient(top, #202020 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#202020), color-stop(100%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #202020 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #202020 0%,#000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #202020 0%,#000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #202020 0%,#000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202020', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

    -webkit-font-smoothing: antialiased;
    color: #fff;
    padding:10px;

}

#Panel a {
    color: #999;
}

#Panel a:hover {
    color: #fff;
}

#Panel ul {
    margin: 0;
}

#Panel li {
    display:inline-block;
    padding: 3px 0px;
    list-style: none;
}
