#tabcontainer
{
    clear: both; /*padding-top: 39px;*/
}

#tabcontainer ul
{
    margin: 40px 0 0;
    padding: 0;
    float: right;
}
#tabcontainer li
{
    list-style: none;
    float: left;
}
#tabcontainer ul a
{
    position: relative;
    display: block;
    width: 106px;
    height: 30px;
    padding-top: 5px;
    font: bold 10px Verdana;
    color: #FFF;
    text-decoration: none !important;
    text-align: center;
    background: #000 url(../images/tab.gif) no-repeat left top;
}
/*
#tabcontainer ul a
{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 106px;
    height: 34px;
    padding-top: 0px;
    font: bold 10px Verdana;
    color: #FFF;
    text-decoration: none !important;
    text-align: center;
    background: #000 url(../images/tab.gif) no-repeat left top;
}*/

#tabcontainer ul a span
{
}
#tabcontainer ul a.selected
{
    margin-bottom: 0;
    color: #993333;
    background: #000 url(../images/tab-selected.gif) no-repeat left top;
}
#striptabcontainer
{
    padding: 6px 0 0;
    clear: both;
    height: 19px;
    background: #FBB435 url(../images/navbar.gif) repeat-x scroll left top;
    font: 11px arial;
    color: #212121;
    width: 960px;
}
#striptabcontainer ul
{
    margin: 0 auto;
    padding: 0;
    display: block;
}
#striptabcontainer ul li
{
    list-style-type: none;
    display: inline;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #212121;

}
#striptabcontainer ul li:last-child
{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}
#striptabcontainer A
{
    color: #212121;
    height: 20px;
    text-transform: capitalize;
}
#striptabcontainer A:hover
{
    color: #212121;
    text-decoration:none;
    cursor:default;
}

.tabstrip
{
    display: none;
    text-align: center;
}
