#tabs
{
    background: #fff;
    margin: 10px auto;
    width: 650px;
}
#tabs dt
{
    float: left;
    width: 120px;
    height: 26px;
    position: relative;
    top: 1px;
    background-color: #FFF;
}

.uk-staff #tabs dt
{
    width: 105px;
}

#tabs dt span
{
    cursor: pointer;
    display: block;
    padding: .5em 1em;
    color: lightgrey;
    text-align: center;
}
#tabs dt.on
{
    border: 1px solid #AAA;
    border-bottom-width: 0px;
}
#tabs dt.on span
{
    border-bottom: none;
    color: #00f;
    text-decoration: underline;
    height: 13px;
    margin-top: -1px;
}
#tabs dd
{
    display: none;
    margin-left: 0px;
}
#tabs dd.on
{
    clear: both;
    display: block;
    height: 255px;
    border: 1px solid #aaa;
}