@charset "utf-8";
/* CSS Document */
<style type="text/css">

.ubercolortabs{
padding001: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
	list-style: none;
	font-weight: normal;
	height: 40px;
	padding001-right: 0;
	padding001-bottom: 0;
	max-width: 100%;
	margin-top: 0;
}

.ubercolortabs li{
	display: inline;
	text-transform: none;
	margin-top: 0;
	padding001-right: 0;
	padding001-bottom: 0;
	padding001-left: 0;
	font-size: medium;
	letter-spacing: 1em;
}


.ubercolortabs a{
	text-decoration: none;
	letter-spacing: 1px;
	background-image: none;
	padding001-top: 12px;
	padding001-right: 4px;
	padding001-bottom: 1px;
	padding001-left: 4px;
	margin-top: 0px;
	line-height: 30px;
}

.ubercolortabs a span{
	float: left;
	display: block;
	cursor: pointer;
	text-align: center;
	padding001-top: 0px;
	padding001-right: 9;
	padding001-bottom: 0px;
	padding001-left: 6px;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
	height: 30px;
	font-size: medium;
	letter-spacing: 1px;
}

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


.ubercolordivider{ /*CSS for horizontal line.*/
	clear: both;
	width: 100%;
	height: 5px;
	line-height: 5px;
}

</style>
