@charset "UTF-8";
.tab_panels {
	margin: 0px;
	clear: none;
	height: 33px;
	width: 783px;
	position: relative;
	background-image: url(../images/portfolio_web/tabback.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	left: 20px;
}
.tab_group {
	margin: 0px;
	padding: 0px;
}
.tab_tabs {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	left: 10px;
	margin-top: 10px;
}
.tab_hover {
	
}
.tab_selected {
	
}
.tab_a {
	text-decoration: none;
}
.tab_content_group {
	clear: both;
	background-color: #FFFFFF;
}
.tab_content {
	padding: 0px;
}
.tab_content_visible {
}
