/* ######### Uber Round Menu CSS ######### */
    
.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
border-bottom: 1px solid #0D3684; /*underline that runs across bottom of tabs*/
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif; /*bold 11px Arial, Verdana, sans-serif*/
margin: 0;
padding: 0;
margin-left: 5px; /*offset of first tab relative to page left edge 5*/
list-style: none;
}

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


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

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

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li a.selected{
background-color: #000099; /*background color of tabs onMouseover*/
color: white;
text-decoration: none; /*added*/
/*addedpadding: 0; */
/*addedmargin: 0 2px 0 0;*/
font: bold 11px Arial, Verdana, sans-serif; /*added*/
}

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