a.l1:link, a.l1:visited
{
    background: transparent;
    color: #666;
    font: 11px 'trebuchet ms';
    text-decoration: none;
}
a.l1:hover 
{
    background: transparent;
    color: #c33;
    font: 11px 'trebuchet ms';
    text-decoration: none;
}
a.l1selected:link, a.l1selected:visited
{
    background: transparent;
    color: #c33;
    font: 11px 'trebuchet ms';
    text-decoration: none;
}

a.l2:link, a.l2:visited
{
    background: transparent;
    color: #666;
    font: 12px 'trebuchet ms';
    text-decoration: none;
}
a.l2:hover 
{
    background: transparent;
    color: #c33;
    font: 12px 'trebuchet ms';
    text-decoration: none;
}
a.l2selected:link, a.l2selected:visited 
{
    background: transparent;
    color: #c33;
    font: 12px 'trebuchet ms';
    text-decoration: none;
}

a.l3:link, a.l3:visited
{
    border-top: solid 1px #fff;
    display: block;
    padding: 5px 0 5px 15px;
    text-decoration: none;
}
a.l3:hover 
{
}
a.l3selected:link, a.l3selected:visited 
{
    background: transparent;
    color: #c33;
    background: url(/App_Themes/Standard/images/arrow.gif) no-repeat center left;
}