a.l1:link, a.l1:visited
{
    background: transparent;
    color: #fff;
    display: block;
    float: left;
    padding: 0 30px 0 0;
    text-decoration: none;
}
a.l1:hover 
{
    background: transparent;
    color: #eee;
    text-decoration: none;
}
a.l1selected:link, a.l1selected:visited
{
    background: transparent;
    color: #ddd;
}
a.l1selected:hover
{
}

a.l2:link, a.l2:visited
{
    background: inherit;
    color: #46b8cc;
    font: 13px "trebuchet ms";
    font-weight: bold;
    text-decoration: none;
}
a.l2:hover 
{
}
a.l2selected:link, a.l2selected:visited 
{
    background: transparent;
    color: #223b4f;
}

a.l3:link, a.l3:visited
{
    background: inherit;
    color: #666;
}
a.l3:hover 
{
}
a.l3selected:link, a.l3selected:visited 
{
    background: inherit;
    color: #fff;
}

a.nyhet:link, a.nyhet:visited
{
    background: inherit;
    color: #000;
    font-size: 12px;
}
a.nyhet:hover
{
}
