@charset "UTF-8";
/* CSS Document */

<style type="text/css">


.ubercolortabs{
padding: 0px;
width: 100%;
overflow: hidden;
background: transparent;

}

.ubercolortabs ul{
font: 12px Arial, Helvetica, sans-serif/* Palatino Linotype, Book Antiqua, Palatino, serif*/;
/*font-weight: bold;
*/margin: 0px;
padding: 0;
list-style: none;
letter-spacing: .5px;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
}


.ubercolortabs a{
float: left;
color: #ffffff;
background: #0c466b url(../media/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: .5px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(../media/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #c5c03b; /*background color of tabs onMouseover*/
color: #000;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #c5c03b; /*background color of horizontal line*/
}

</style>

