#tv_tabs li.ui-state-active a {
	cursor: default;
	float: left;
	/*
	min-width: 110px;
	width: auto !important;
	width: 110px;
	*/
	height: 22px;
	padding: 8px 10px 0 10px;
	
	background-color: #FFFFFF;
	background-image: url(../images/tabview_selected_tab.png);
	background-repeat: repeat-x;
	
	color: #202020;
}