#search-tabs {
	float: left;
	width: 100%;
	border-bottom: 1px solid #999999;
}

#search-tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#search-tabs ul li {
	float: left;
	padding: 0 !important;
	border: 1px solid #999999;
	border-bottom-width: 0;
	margin-right: 12px;
	background-color: #666666;
	text-align: center;
}

#search-tabs a {
	text-decoration: none;
	display: block;
	padding: 0.5em 1em 1em 1em;
	color: white;
	font-size: 13px;
	font-weight: bold;
}

#search-tabs li a {
	color: white !important;
}

#search-tabs #selected {
	background-color: white;
}

#search-tabs #selected a {
	color: #33539E !important;
}