/* ######### Uber Round Menu CSS ######### */
    
.ubercolortabs{
padding: 0;
width: 958px;
overflow: hidden;
background: transparent;
/*border-bottom: 1px solid #0D3684; /*underline that runs across bottom of tabs*/
margin-left:0;
margin-right:0;
position:absolute;
top:157px;
}

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

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


.ubercolortabs a{
	float: left;
	color: white;
	background: #005BD3 url(roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
	margin: 0px 5px 0px 0;
	padding: 0 0 0px 8px;
	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: 5px 11px 7px 3px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


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

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

