
ul.tabs {
	margin: 0 0 0 180px;
	padding: 0;
	float: left;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	width: 990px;
	
}


ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	overflow: hidden;
	position: relative;
	background:#222;
	background:#fff;

}

.middle-tab {

border-left:solid #CCC 1px;
border-right:solid #CCC 1px;

}

ul.tabs li a {
	text-decoration: none;
	color: #111;
	display: block;
	font-size: 1em;
	padding: 0 20px;
	outline: none;
}
ul.tabs li a:hover {
	background: #111;
	color:#CCC;

}

 html ul.tabs li.active a {
	
	color:#CCC;
	 
 }

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #111;

}


.tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	
	height:120px;
	
	background: #111;
	
	background-image: url('../images/abington/abington_search_sm.png'); 
	background-repeat: no-repeat;
	background-position:18px 35px;
}
.tab_content {
	padding: 47px 20px 20px 180px;
	height:120px;
	font-size: 1.2em;
	color: #fff;
}


.tab_content li {

list-style:none;
display:inline;
margin-right:20px;


}


