.tabs-HeaderSearch {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
}

.tabs-HeaderSearch:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.tabs-HeaderSearch li {
    float: left;
    margin: 0 0 0 0px;
}

.tabs-HeaderSearch a {
	display: block;
	position: relative;
	top: 4px;
	z-index: 2;
	padding: 10px 0px 6px;
	width: 66px;
	height: 14px;
	color: #000000;
	font-size:11px;
	font-weight:bold;
	line-height:1.2;
	text-align:center;
	text-decoration:none;
	background: url(/img/AramaAktifPasif.png) no-repeat;
}

.tabs-HeaderSearch .tabs-HDSelected a, .tabs-HeaderSearch a:hover, .tabs-HeaderSearch a:focus, .tabs-HeaderSearch a:active {
	color: #000000;
	font-weight: bold;
	text-decoration:none;
    background-position: 0 -40px;
    outline: 0; /* @ Firefox, switch off dotted border */
}

.tabs-HeaderSearch .tabs-HDSelected a:visited {
	color: #000000;
}

.tabs-HeaderSearch a:visited {
	color: #000000;
}

/* Disabled Tabs [ */
.tabs-HeaderSearch .tabs-HDDisabled a:hover, .tabs-HeaderSearch .tabs-HDDisabled a:focus, .tabs-HeaderSearch .tabs-HDDisabled a:active {
    background-position: 0 0;
}

.tabs-HeaderSearch .tabs-HDDisabled {
    opacity: .4;
}
/* ] Disabled Tabs */

.tabs-HeaderSearch a:hover, .tabs-HeaderSearch a:focus, .tabs-HeaderSearch a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    color: #000000;
    font-weight:bold;
}

