.tabs, 
.tabs_l {
    position: relative;
    width: 40%;
    top: -27px;
    margin-bottom: -27px;
    FLOAT: right;
}
.tabs ul, 
.tabs_l ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    float:right;

}
.tabs_l UL {float: left;}

.tabs li, 
.tabs_l li {
    float:left;
}
.tabs ul a, .tabs ul a.current,
.tabs_l ul a, .tabs_l ul a.current {
    display: block;
    float: left;
    padding: 4px 10px;
    margin: 1px 6px 0 0;
    text-align: center;
    font-family: tahoma, verdana, sans-serif;
    text-decoration: none;
    color: #666;
}
.tabs li.current a, .tabs li.current a:hover,
.tabs_l li.current a, .tabs_l li.current a:hover{
    border: 1px solid #009;
    border-bottom: none;
    background: #AFD3F3;
    padding-bottom: 6px;
    margin-top: 0;
    color: #009;
}
.tabs ul a,
.tabs_l ul a {
    background: #EFEFEF url(../images/tabfon.png) repeat-x bottom;
    border: 1px solid #AAA;
    border-bottom: none;
}
.tabs ul a:hover,
.tabs_l ul a:hover {
    margin-top: 0;
    border-color: #009;
    background: #FFF;
    padding-bottom: 5px;
    color: #009;
}
