.tab {
	width: 415px;
	margin: 0 auto;
}
ul.tabs {
	margin: 0 auto;
	list-style-type: none;
	height: 24px;
	border-left: 1px solid #666677;
}
ul.tabs li {
	float: left;
	margin: 0;
}
ul.tabs li.selected {
	border-bottom: 1px solid #FFFFFF;
}
ul.tabs li a {
	font-size: 10px !important;
	line-height: 0.9;
	background: url(../images/tab_off.jpg) no-repeat right top;
	display: block;
	text-decoration: none;
	width: 66px;
	height: 20px;
	padding-top: 4px;
	padding-left: 3px;
	color: #000000;
}
ul.tabs li.selected a {
	background: url(../images/tab_on.jpg) no-repeat right top;
}
.tabcontents {
	margin: 0 auto;
	clear: both;
	border-right: 1px solid #777788;
	border-bottom: 1px solid #777788;
	border-left: 1px solid #777788;
}
.tabcontents img {
	float: left;
	margin-right: 1em;
}
.tabcontents h3 {
	padding-top: 0;
}
.tabcontent {
	display: none;
	/* min-height hack for IE6 */
    min-height: 32em;
    height: auto !important;
    height: 32em;
	/* END min-height hack for IE6 */

	padding: 1em;
	position: relative;
}
.tabcontent h3 a {
	text-decoration: none;
	color: #333333;
	display: block;
}
.tabcontent p {
	margin: 1em 0;
}
.tabcontents ul {
	float: left;
	list-style-type: none;
	text-align: left;
}
.tabcontents li a:hover {
	color: #FFFFFF;
	background-color: #3366CC;
}
.tabcontent ul.research_link {
	position: absolute;
	bottom: 1em;
	right: 1em;
	
	/* margin-top: 1em; */
	clear: both;
}
.tabcontent ul li a {
	text-decoration: none;
	padding-right: 1.5em;
	vertical-align: text-bottom;
	background: transparent url(../images/bullet_gray.gif) no-repeat right center;
	float: right;
}
.tabcontent ul li a:hover {
	color: #CCCCCC;
	background: #214D99 url(../images/bullet_lightgray.gif) no-repeat right center;
}
