.channels
{
    position: absolute;
    top: 90px;
    left: 30px;
    width: 700px;
}
.channels .link
{
    float: left;
    display: block;
    width: 280px;
    height: 30px;
    float: left;
    display: inline;
    padding-top: 7px;
    margin-left: 60px;
    margin-bottom: 18px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    background: transparent url(/partners/archos/images/arrow_channel.png) no-repeat right top;
}
.channels .link_focus
{
    float: left;
    display: block;
    width: 280px;
    height: 30px;
    float: left;
    display: inline;
    padding-top: 7px;
    margin-left: 60px;
    margin-bottom: 18px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #fffc04;
    text-decoration: none;
    background: transparent url(/partners/archos/images/arrow_channel.png) no-repeat right -37px;
}
