﻿.tabul {
    font: bold 12px/170% Verdana;
    border-bottom: 1px solid #aaa;
    padding: 0 10px 0 0!important;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.tabul a{
    text-decoration: none;
    padding: 2px 10px 4px;
}

.tabul li {
    background: none;
    list-style-type: none;
    display: inline;
    padding: 2px;
    white-space: nowrap;
    margin: 1px 0 1px 6px;
}

.ltab a{
    text-decoration: none;
    background: none;
    background: transparent url(images/arrows.gif) no-repeat center 17px;
}

.active a,
.ltab a:hover{
    text-decoration: none;
    background: none;
    background: transparent url(images/arrows.gif) no-repeat center bottom;
}

.addtab a:link, .addtab a:visited{
    color: #aaa;
}
.addtab a:hover {
    color: #4c4c4c;
}

table .active a, table .ltab a:hover{background: none;}