a.l1:link, a.l1:visited
{
    background: transparent;
    color: #000;
    display: block;
    font: 13px times;
    /*font-weight: bold;*/
    margin: 0;
    padding: 0;
}
a.l1:hover 
{
    background: transparent;
    color: #666;
}
a.l1selected:link, a.l1selected:visited
{
    background: transparent;
    color: #b1ab19;
}
a.l1selected:hover
{
}

a.l2:link, a.l2:visited
{
    background: inherit;
    color: #515151;
    display: block;
    float: left;
    height: 134px;
    padding: 0 15px 0 15px;
    text-align: center;
}
a.l2:hover 
{
}
a.l2selected:link, a.l2selected:visited 
{
    background: url(/App_Themes/Standard/images/vin/selected.gif) bottom center no-repeat;
    color: #000;
}

a.l3:link, a.l3:visited
{
    background: inherit;
    color: #666;
}
a.l3:hover 
{
}
a.l3selected:link, a.l3selected:visited 
{
    background: inherit;
    color: #fff;
}
