#contentPane ul.tabs { 
    padding: 0;
    margin: 0;
    height: 23px;
}

#contentPane ul.tabs li { 
    list-style: none;
    background: #ccc url(../images/tabs.jpg);
    background-position: 0 24px;
    float: left;
    margin: 0 3px 0 0;
    padding: 0 0 0 15px;
}

#contentPane ul.tabs li a { 
    background: url(../images/tabs.jpg) 100% 24px;
    color: #333;
    display: block;
    float: left;
    line-height: 23px;
    padding-right: 15px;
    text-decoration: none;
}


#contentPane ul.tabs li.current { 
    background-position: 0 0;
    background-color: #a00;
}

#contentPane ul.tabs li.current a { 
    background-position: 100% 0;
    font-weight: bold;
    color: #fff;
}



#contentPane .tabcontent {
    clear: left;
    border: 1px solid #ccc;
    padding: 1.5em;
}
