.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: white;
background: #804000 url(../media/roundleft2.gif) no-repeat left bottom; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 0px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(../media/roundright2.gif) no-repeat right bottom; /*right corner image*/
padding: 3px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
/* background-color: #ffff99; background color of tabs onMouseover*/
/* background-color: #C25E00; /*background color of tabs onMouseover*/
background-color: black;//var(buttonColor);
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 3px;
line-height: 3px;
background: #804000; /*background color of horizontal line*/
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.alt a{
background-color: #910000;
}

.alt a:hover, .alt li.selected a{
background-color: #660000;
}

.altdivider{
background: #910000;
}

.alt2 a{
/* background-color: #A81010; */
background-color: green;
}

.alt2 a:hover, .alt2 li.selected a{
/* background-color: #FF0000; */
/* background-color: #4499EE; */
background-color: #00FF00;
color: #fff;
}

.altdivider2{
background: #42760E;
}

