.domtab{
	float:left;
}
.domtabs{
	background:url('../images/t-tabs-bg.gif') repeat-x!important;
	border:1px solid #dfdfdf!important;
	height:21px;
	border-bottom:none!important;
	margin-bottom:0!important;
	z-index:99;
}
.domtabs li {
	float:left;
	margin-left:20px!important;
	padding:0!important;
	width:auto!important;
	list-style:none;
}
.domtabs li a {
	padding:0 0 22px;
	text-transform:uppercase;
}
.active a{	
	color:#336699!important;
	background:url('../images/t-tab-active.gif') no-repeat bottom center;
}