/*Navigation tabs test 
Credits to simplebits.com
*/
dl.xar-tabs
    {
        height: 20px;
        margin: 5px 5px 0 0;
/*        background: url(../xarimages/dot_gris.gif) repeat-x bottom;*/
        border-bottom: 1px solid #a0a0a0;
    }
dt.help {
    float: left;
}


dl.xar-tabs dd
    {
        display: inline;
        list-style-type: none;
    }
    
dl.xar-tabs dd a:link, dl.xar-tabs dd a:visited
{
        float: left;
        background: #cecfce;
/*        background: #f3f3f3;*/
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        padding: 2px 10px 2px 10px;
    margin: 1px -6px -1px 5px;
        border: 1px solid #aaaaaa;
        text-decoration: none;
        color: #666;
    }

/*dl.xar-tabs dd.active a {
    color: #990000;
    background-color: white;
    border: 1px solid #990000;
    border-bottom: 1px solid #ffffff;
}
*/
dl.xar-tabs dd.active a
    {
        border-bottom: 1px solid #ffffff;
        background: #fff;
        color: #000;
    }

dl.xar-tabs dd a:hover
    {
        background: #fff;
    }
    
dl.xar-tabs dd a.options:link, dl.xar-tabs dd a.options:visited
{
    border: 1px solid #aaaaaa;
    float: right;
    background: #f3f3f3;
}   

dl.xar-tabs dd a.options:link.active, dl.xar-tabs dd a.options:visited.active
    {
        background: #fff;
    }

dl.xar-tabs dd a.options:hover
    {
        background: #fff;
    }   
}
