div.tlTabs
{
	background-color: #ECE6C1;
	text-align: center;	
	height: 36px;
	#height: 43px;
	padding: 0px;
	padding-top: 8px;
	#padding-top: 0px;
	#overflow: hidden;

	
}
/*div.tlTabsDivLite span {
	font-weight: bold;
	color: grey;
}*/
/*
tlTabs 
*/
ul#tlTabs {
	margin-top: 0px;
	clear: both;
}

ul#tlTabs li {
	font-size: 115%;
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	zoom: 1;
} 
ul#tlTabs li a {
	padding: 10px;
	height: 23px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 4px;
}
ul#tlTabs li a.act {
	background-color: white;
	border-bottom: 4px solid white;
}
ul#tlTabs li a:hover {
	background-color: white;
}

