.work .titletab a.tab, .tabular .titletab a.tab {
    color: #333333;
    font-size: 12px;
    padding-top: 6px;
}
.work .titletabselect-right .titletab a.tab, .tabular .titletabselect-right .titletab a.tab {
    font-weight: bold;
}
.work .titletab a.tab:hover, .work .subtabs li a:hover, .tabular .titletab a.tab:hover, .tabular .subtabs li a:hover {
    color: #006aa7;
}
.work .titletabselect-right .titletab a.tab:hover, .tabular .titletabselect-right .titletab a.tab:hover {
    color: #333333;
}


.work .screentabselect, .tabular .screentabselect {
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom: dashed 1px #999999;
}

.work .subtabs li a, .tabular .subtabs li a {
    padding: 5px;
    color: #333333;
    font-size: 12px;
}
.work .subtabs li a.active, .work .subtabs li a.active:hover, .tabular .subtabs li a.active, .tabular .subtabs li a.active:hover {
    font-weight: bold;
    color: #333333;
}