﻿body 
{
    font-family:Comic Sans MS, Arial, Verdana;
    font-size: 12px;
}
.ubercolortabs
{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul
{
font: 10px Comic Sans MS, Arial, Verdana;
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: black;
background: silver url(sitepics/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 1px;
text-decoration: none;
letter-spacing: 0px;
width:75px;
}
.ubercolortabs a span{
float: left;
display: block;
background: transparent url(sitepics/roundright.gif) no-repeat right top; /*right corner image*/
padding: 6px 3px 6px 3px;
cursor: pointer;
}
.ubercolortabs a span
{
float: none;
}
.ubercolortabs a:hover, .ubercolortabs li.selected a
{
background-color: #eeeeee; /*background color of tabs onMouseover*/
color: black;
}
.ubercolortabs a:hover span
{
background-color: transparent;
}
.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #804000; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

