.thrColFixHdr #mainContent .tabs {
	display:block;
	margin:1em 0.5em;
	padding:0 0 5px 0;
	height:4em;
	border-bottom: 1px solid #655244;
}

.thrColFixHdr #mainContent .tabs ul {
	float: left;
    width: 12em;
    margin: 0;
    padding: 0;
    list-style: none;
	white-space:nowrap;
}

.thrColFixHdr #mainContent .tabs li {
	line-height: 1.4em;
	background-image: url(../images/arrow1.gif);
    background-repeat: no-repeat;
    background-position: 0 .5em;
	}
	
.thrColFixHdr #mainContent .tabs li a {
	padding:0.5em 1em 0 0.5em;
}

.thrColFixHdr #mainContent .tabs a {
	text-decoration: none;
	font-size: 90%;
}
.thrColFixHdr #mainContent .tabs a:hover {
	text-decoration: underline;
	font-size: 90%;
}

