@charset "UTF-8";

.tevaInterests {
	padding: 20px 0 30px 0;
	}

#interestsWrap ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 575px;
	}
	
#interestsWrap li {
	display: block;
	float: left;
	}

li#therapeutic a {
	background: #fff url(/images/interests1.gif) top left no-repeat;
	border: 0;
	float: left;
	text-indent: -9000px;
	width: 143px;
	height: 76px;
	}
	
	li#therapeutic a:hover,
	li#therapeutic a:active,
	li#therapeutic a.selected {
		background: #fff url(/images/interests1_hover.gif) top left no-repeat;
		outline: none;
		}
	
li#expanding a {
	background: #fff url(/images/interests2.gif) top left no-repeat;
	border: 0;
	float: left;
	text-indent: -9000px;
	width: 144px;
	height: 76px;
	}
	
	li#expanding a:hover,
	li#expanding a:active,
	li#expanding a.selected {
		background: #fff url(/images/interests2_hover.gif) top left no-repeat;
		outline: none;
		}
	
li#unmetNeed a {
	background: #fff url(/images/interests3.gif) top left no-repeat;
	border: 0;
	clear: left;
	float: left;
	text-indent: -9000px;
	width: 144px;
	height: 76px;
	}
	
	li#unmetNeed a:hover,
	li#unmetNeed a:active,
	li#unmetNeed a.selected {
		background: #fff url(/images/interests3_hover.gif) top left no-repeat;
		outline: none;
		}
	
li#profile a {
	background: #fff url(/images/interests4.gif) top left no-repeat;
	border: 0;
	float: left;
	text-indent: -9000px;
	width: 144px;
	height: 76px;
	}
	
	li#profile a:hover,
	li#profile a:active,
	li#profile a.selected {
		background: #fff url(/images/interests4_hover.gif) top left no-repeat;
		outline: none;
		}
		
.tabcontent {
	display: none;
	}

.interestsFlyout {
	background-color:#e7ece4;
	display: inline;
	float: left;
	height: auto;
	margin: 1px 0 0 30px;
	width: 515px;
	}

.interestsFlyoutBack {
	background-color:#e7ece4;
	font-size: 13px;
	height: auto;
	line-height: 1.5em;
	padding: 20px 20px 5px 20px;
	width: 465px;
	}

.interestsFlyoutBack a {
	color: #0f6f15;
	}

.interestsFlyoutBack strong {
	font-size: 13px;
	font-weight: bold;
	font-style: oblique;
	}