/******************************************************\
|********************** PRIMARY ***********************|
\******************************************************/
#tabs-wrapper ul.primary {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    height: inherit; 
}

#tabs-wrapper ul.primary li {
    margin: 0 0 0 1px;
    padding: 0;
    background: #080808;
    border: 1px solid #000000;
    list-style: none;
    float: left;
}

#tabs-wrapper ul.primary li.active,
#tabs-wrapper ul.primary li:hover {
    background: #040404;
}

#tabs-wrapper ul.primary li a {
    margin: 0;
    padding: 0 25px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #454545;
    display: block;
    white-space: nowrap;
    background: none;
    border: none;
}

#tabs-wrapper ul.primary li.active a,
#tabs-wrapper ul.primary li:hover a {
    color: #999999;
}

/******************************************************\
|********************* SECONDARY **********************|
\******************************************************/
#tabs-wrapper ul.secondary {
    margin: 5px 5px 0 5px;
    padding: 0;
    float: right;
    clear: both;
    list-style: none;
    position: relative;
    border: none;
    height: 30px;
}

#tabs-wrapper ul.secondary li {
    margin: 0 0 0 5px;
    padding: 0;
    border: none;
    float: left;
    list-style: none;
    display: block;
}

#tabs-wrapper ul.secondary li a {  
    margin: 0;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: none;
    background: #111111;
}

#tabs-wrapper ul.secondary li.active a {  
    height: 28px;
    line-height: 28px;
    color: #ffffff;
    border: 1px solid #000000;
}

#tabs-wrapper ul.secondary li:hover a {  
    color: #ffffff;
}