.tabs {
    padding: 0px;
    margin-top: -14px;
    width: 100%;
    background: transparent;
    voice-family: "\"}\"";
    voice-family: inherit;
}

.tabs ul {
    font: normal 11px Arial, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    list-style: none;
    margin-right: -1px;
}

.tabs li {
    display: inline;
    margin: 0px 2px 0px 0px;
    padding: 0px;
}

.tabs a {
    float: right;
    color: white;
    background: #ff9831 url("../images/navigation/tabstopleft2.gif") no-repeat left top;
    margin: 0px 1px 0px 0px;
    padding: 0px 0px 1px 3px;
    text-decoration: none;
    font-weight: bold;
}

.tabs a span {
    float: right;
    display: block;
    background: transparent url("../images/navigation/tabstopright2.gif") no-repeat right top;
    padding: 4px 8px 2px 7px;
}

.tabs a span {
    float: none;
}

.tabs a:hover {
    background-color: blue;
    color: white;
}

.tabs a:hover span {
    background-color: blue;
}

.tabs .selected a, #tabs .selected a span {
    background-color: #591f20;
}

.tabsline {
    clear: both;
    padding: 0px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background: #ff6600;
    border-top: 0px solid #ffffff; /*Remove this to remove border between bar and tabs*/
    background: url("../images/navigation/leftnavheader.gif") repeat-x;
	overflow: hidden;
}

div#tabslinetext {
    float: left;
    position: relative;
}

div#dateandtime {
    float: right;
    position: relative;
    font-size: 12px;
    padding-right: 5px;
    color: white;
}