ul.tabs {
   
    height: 30px;
    list-style: none outside none;
    margin: 0 !important;
    padding: 0;
}
ul.tabs li {
    float: left;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0;
    text-indent: 0;
	border-right: 1pt solid #CCCCCC;
}
ul.tabs a {
       background: none repeat scroll 0 0 #EEEEEE;
    border-bottom: 1pt solid #CCCCCC;
    color: #333333;
    display: block;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 1px;
    width: 139px;
}
ul.tabs a:active {
    outline: medium none;
}
ul.tabs a:hover {
   background: none repeat scroll 0 0 #FFFFFF; 
    color: #1B9FAB;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
   background: none repeat scroll 0 0 #FFFFFF;
       color: #1B9FAB !important;
    cursor: default !important;
	
}
ul.tabs a.s {
    background-position: -553px 0;
    width: 81px;
}
ul.tabs a.s:hover {
    background-position: -553px -31px;
}
ul.tabs a.s.current {
    background-position: -553px -62px;
}
ul.tabs a.l {
    background-position: -248px 0;
    width: 174px;
}
ul.tabs a.l:hover {
    background-position: -248px -31px;
}
ul.tabs a.l.current {
    background-position: -248px -62px;
}
ul.tabs a.xl {
    background-position: 0 0;
    width: 248px;
}
ul.tabs a.xl:hover {
    background-position: 0 -31px;
}
ul.tabs a.xl.current {
    background-position: 0 -62px;
}
.panes .pane {
    display: none;
}
