	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
	padding: 0;
	width: 100%;
	overflow: hidden;
	background: transparent;
}

.ubercolortabs ul{
	font: 12px Tahoma, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ubercolortabs li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.ubercolortabs a{
	float: left;
	color: white;
	background: #0293B4 url(images/roundleft1.gif) no-repeat left bottom; /*default background color of tabs, left corner image*/
	margin: 0 2px 0 0;
	padding: 1 0 0px 3px;
	text-decoration: none;
	letter-spacing: 0px;
}

.ubercolortabs a span{
	float: left;
	display: block;
	background: transparent url(images/roundright1.gif) no-repeat right bottom; /*right corner image*/
	padding: 6px 14px 7px 10px;
	cursor: pointer;
}

.ubercolortabs a span{
	float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
	background-color: #6EB5F1; /*background color of tabs onMouseover*/
	color: white;
}

.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*/
}