.RadTabStrip_DemoTabs
{
    font: normal 12px Arial, Tahoma, sans-serif;
    padding: 0 30px;
}

.RadTabStrip_DemoTabs li a, .RadTabStrip_DemoTabs li a:visited
{
    text-decoration: none;
    color: white;
}

.RadTabStrip_DemoTabs li a:hover
{
    text-decoration: none;
    color: white;
}

.RadTabStrip_DemoTabs li a:hover .innerWrap
{
    background-position: right top;
    line-height: 29px;
}

.RadTabStrip_DemoTabs li a:hover .wrap
{
    background-position: left top;
}

.RadTabStrip_DemoTabs li a .innerWrap
{
    height: 33px;
    padding: 0 20px 0 0;
    background: transparent url('Img/right.png') no-repeat right 5px;
    line-height: 38px;
    text-align: center;
}

.RadTabStrip_DemoTabs li a .wrap
{
    height: 33px;
    margin-top: 1px;
    line-height: 33px;
    background: transparent url('Img/left.png') no-repeat left 5px;
    padding-left: 19px;
    white-space: nowrap;
    overflow: visible;
}

.RadTabStrip_DemoTabs li a.selected
{
    text-decoration: none;
    font-weight: bold;
    border-bottom: solid 1px white;
    margin-bottom: -1px;
    margin-left: 1px;
}

.RadTabStrip_DemoTabs li a.selected .innerWrap
{
    background: transparent url('Img/right_on.png') no-repeat top right;
    color: white;
    cursor: hand;
    line-height: 29px;
}

.RadTabStrip_DemoTabs li a.selected .wrap
{
    background: transparent url('Img/left_on.png') no-repeat top left;
    margin-left: -1px;
}

