table#channels{
    table-layout: fixed;
    border-collapse: collapse;
    padding:0;
    margin:0;
    width: 100%;
}

table#channels td{
    float: inherit;
    margin: 0;
    padding: 0;
    color: #FFF;
    border: 1px #666 solid;
}

table#channels td.first{
    border-left: 0;
}

table#channels td.top{
    border-top: 0;
}

table#channels td.bottom{
    border-bottom: 0;
}

table#channels td.last{
    border-right: 0;
}

table#channels td a{
    font: 9pt helvetica, arial, sans serif;
    color: #FFF;
    padding: 6px 0;
    padding-left: 5px;
    margin: 0;
    display: block;
    text-decoration: none;
    border: 0;
}

table#channels td a:hover {
    color: #85BE3D;
}

#channel_list{
    display: none;
    background: #353535;
    position: absolute;
    text-align: left;
    /*padding: 0;*/
    /*margin: 0;*/
    z-index: 1000;
}

