.tabs .tabsNavigation {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tabs .tabsNavigation li {
    display: inline;
}

.tabs .tabsNavigation li a {
    background-color: #666666;
    color: #cccccc;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.5em;
    border: 2px solid #999999;
}

.tabs .tabsNavigation li a.selected {
    background-color: #aaaaaa;
    color: black;
    border-bottom: none;
}

.tabs div {
    background-color: #aaaaaa;
    border: 2px solid #999999;
    margin: 0;
    padding: 0.5em;
}

