a.l1:link, a.l1:visited
{
    background: transparent;
    color: #fff;
    display: block;
    /*float: left;*/
    font: 12px 'trebuchet ms';
    padding: 7px 19px 5px 19px;
}
a.l1:hover 
{
    background: #d43e03;
    color: #fff;
}
a.l1selected:link, a.l1selected:visited
{
    background: #d43e03;
    color: #fff;
}

a.l2:link, a.l2:visited
{
    background: transparent;
    color: #bc6118;
    font: 12px tahoma;
    text-decoration: none;
}
a.l2:hover
{
    background: transparent;
    color: #22201e;
}
a.l2selected:link, a.l2selected:visited 
{
    background: transparent;
    color: #22201e;
}

a.l3:link, a.l3:visited
{
    background: transparent;
    color: #bc6118;
    font: 11px arial;
}
a.l3:hover 
{
    background: transparent;
    color: #22201e;
}
a.l3selected:link, a.l3selected:visited 
{
    background: transparent;
    color: #22201e;
}