.orangetabs{
width: 778px;
overflow: hidden;
border-bottom: 0px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.orangetabs ul{
margin: 0;
padding: 0;
padding-top: 141px;
padding-left: 0; /*offset of tabs relative to browser left edge*/
font-family: Arial;
font-size:12px;
font-weight:bold;
list-style-type: none;
z-index:8000;
}

.orangetabs li{
display: inline;
margin: 0;
}

.orangetabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 5px 0px; /*padding inside each tab*/
width:128.2px;
text-align:center;
border-right: 1px solid white; /*right divider between tabs*/
font-family: Arial;
font-size:12.4px;
font-weight:bold;
color: #393939;
background: #FFC000; /*background of tabs (default state)*/
}

.orangetabs li a:visited{
color: #393939;
}

.orangetabs li a:hover{
background: #ffd800; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.orangetabs li.selected a{
background: #ff8a00; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
