/* system-wide navigation tabs nicely wrappable and made out of a list */
dl.xar-tabs {
    margin: 0 0 .6em 0;
    padding: .15em 0 0 0;
    width: 100%;
    float: left;
    background-color: #ececf6;
    line-height: 1.6em;
    border-bottom: 2px solid #006;
}

html * dl.xar-tabs {
    display: table;
    float: none;
}

dl.xar-tabs dt.help {
    float: left;
    padding: 0 0 0 .6em;
    line-height: 1.6em;
    border: 0 none;
}

dl.xar-tabs dd {
    margin: 0 0 0 .6em;
    padding: 0;
    float: left;
}

dl.xar-tabs dd a {
    display: block;
    padding: 0 .5em;
    color: #006;
    text-decoration: none;
    white-space: nowrap;
}

dl.xar-tabs dd a:hover {
    text-decoration: underline;
}

dl.xar-tabs dd.active a {
    color: #000 !important;
}

/* ie5-mac seems to need this */
* html dl.xar-tabs dd a { display: inline-block; }

/* a bit fancier look for good browsers */
dl.xar-tabs dd.active > a {
    color: #000 !important;
}

* html dl.xar-tabs dd.active {
    color: #000 !important;
}

dl.xar-tabs dd.active a:hover {
    color: #000 !important;
}
