.contentFbody.searchResults {
    display: block;
    clear: both;
}

.contentFbody.treatments {
    display: none;
    clear: both;
}

.contentFbody.pressReleases {
    display: none;
    clear: both;
}

.contentFbody.diseases {
    display: none;
    clear: both;
}

#tabs {
	display: block;
	padding-bottom: 24px;
}
#container{  
    margin: 7em auto;  
}  
#container ul{  
    list-style: none;  
    list-style-position: outside;  
}
.contentFbody {
	border: 1px solid #d0ccc9;
}
#container ul.menu li{  
    float: left;  
    margin-right: 5px;  
    margin-bottom: -1px;  
    font-weight: 700;  
    display: block;  
    padding: 5px 10px 5px 10px;  
    background: #efefef;  
    margin-bottom: -1px;  
    border: 1px solid #d0ccc9;  
    border-width: 1px 1px 1px 1px;  
    position: relative;  
    color: #898989;  
    cursor: pointer;  
}  
#container ul.menu li.active{  
    background: #fff;  
    top: 1px;  
    border-bottom: 0;  
    color: #5f95ef;  
} 
