a.l1:link, a.l1:visited
{
    background: transparent;
    color: #58595b;
    text-decoration: none;
}
a.l1:hover 
{
    background: transparent;
    color: #000;
    text-decoration: none;
}
a.l1selected:link, a.l1selected:visited
{
    background: transparent;
    color: #000;
    text-decoration: none;
}

a.l2:link, a.l2:visited
{
    background: transparent;
    color: #fff;
    font: 14px arial;
    font-weight: normal;
    text-decoration: none;
}
a.l2:hover 
{
    background: transparent;
    color: #fff100;
    font: 14px arial;
    font-weight: normal;
    text-decoration: none;
}
a.l2selected:link, a.l2selected:visited 
{
    background: transparent;
    color: #fff100;
    font: 14px arial;
    font-weight: bold;
    text-decoration: none;
}

a.l3:link, a.l3:visited
{
    background: transparent;
    border-top: solid 1px #f09890;
    color: #fff;
    display: block;
    font: 14px arial;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}
a.l3:hover 
{
    background: transparent;
    border-top: solid 1px #f09890;
    color: #fff100;
    display: block;
    font: 14px arial;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}
a.l3selected:link, a.l3selected:visited 
{
    background: transparent;
    border-top: solid 1px #f09890;
    color: #fff100;
    display: block;
    font: 14px arial;
    font-weight: bold;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
    text-decoration: none;
}

a.l4:link, a.l4:visited
{
}
a.l4:hover
{
}
a.l4selected:link, a.l4selected:visited
{
}
