.RadTabStrip_2hippo, .RadTabStrip_2hippo .rtsUl {
  height: 28px;
  clear: both;
  position: relative;
  z-index: 1000;
} 

.RadTabStrip_2hippo .rtsLI {
    float:left!important;
    list-style-image:none!important;
    list-style-position:outside!important;
    list-style-type:none!important;
    margin:0pt!important;
    padding:0 3px 0 0!important;    
    line-height: 27px;
}  

.RadTabStrip_2hippo .rtsLI .rtsSelected {text-decoration: none !important;}

.RadTabStrip_2hippo .rtsLI .rtsLink {
    cursor:pointer;
    float:left;
    background:url(Img/blue_right_w_r.gif) right no-repeat;
    height: 26px!important;
    color: #1B9AD1!important;
    font-size: 13px;
    padding: 0;
}
.total-container .RadTabStrip .rtsOut, .total-container .RadTabStripVertical .rtsOut {padding: 0;}
.RadTabStrip_2hippo .rtsLI .rtsLink .rtsIn {
    background:url(Img/blue_left_w_r.gif) left no-repeat;
    height: 26px!important;
    color: #1B9AD1!important;
    padding: 0px 9px;
    }
    
.RadTabStrip_2hippo .rtsLI .rtsSelected {
    /*cursor: default !important;*/
    background: url(Img/grey_right_w_r.gif) right no-repeat;
    height: 28px !important;
    color: #fff !important;
    text-decoration: none !important;
	}

.RadTabStrip_2hippo .rtsLI .rtsSelected .rtsIn {
    /*cursor:default!important;*/
    background:url(Img/grey_left_w_r.gif) left no-repeat;
    height: 28px!important;
    color: #fff!important;
    text-decoration: none!important;
    padding: 0px 13px;
    }