.tabs {
    list-style: none;
    padding: 0 0 0 0;
    margin: 30px 13px 30px 0;
    width: 190px;
    background: url( "../img/vback.png" ) repeat-y right bottom;
}

.tabs li {
    display: block;
    float: left;
    margin: 0 0 0 21px;
}

.tabs li a {
    display: block;
    width: 169px;
    height: 26px;
    text-decoration: none;
    background: url( "../img/vtab.png" ) left top;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-family: sans-serif;
    line-height: 24px;
    text-indent: 15px;
    border-right: 0 solid #000;
}

.tabs li a:hover {
    background: url( "../img/vtab.png" ) left center;
    color: #66a;
    border-color: #888;
}

.tabs li a.selected, .tabs li a.selected:hover {
    background: url( "../img/vtab.png" ) left bottom;
    color: #999;
    border-color: #fff;
    cursor: default;
}

.lineMenu {
    margin: 0 0 0 0;
    position: relative;
    top: -20;
}

.window {
    background: url( "../img/page1_back.png" ) repeat-y 100%;
}

a.recl, a.recl:active
{
    text-decoration: none;    
}

a.recl:hover
{
    text-decoration: underline;    
}
