.tabs ul {
    padding: 0;
    margin: 0;
}

.tabNavigation li {
    float: left;
    margin-right: 8px;
    width: 160px;
    height: 32px;
    list-style-type: none;
    display: block;
}

.tabNavigation li a {
    width: 160px;
    height: 31px;
    background: #F5F5F5;
    color: #183B5F;
    font: bold 12px/31px Arial, sans-serif;
    text-align: center;
    display: block;
    border: 1px solid #D9D9D9;
    border-bottom: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabNavigation li a.selected {
    border-bottom: 1px solid #fff;
    background: #fff !important;
    height: 31px;
    display: block;
}

.tabcontent {
    clear: left;
    background: #fff;
    width: 540px;
    padding: 10px;
    min-height: 100px;
    height: auto !important;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
    text-align: left;
    -webkit-border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topleft: 0;
    border-radius: 3px;
    border-top-left-radius: 0;
}