@charset "utf-8";
/* CSS Document */

#tab_bar{
	background: url(../images/meet_xpert_tabbar_bg.gif) repeat-x;
	height: 28px;
}

.normalTab{
	background:url(../images/meet_xpert_tab_1_bg.gif) no-repeat;
	width: 138px;
	height: 28px;
	color: #004990;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
.currentTab{
	background:url(../images/meet_xpert_tab_2_bg.gif) no-repeat;
	width: 138px;
	height: 28px;
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;	
}

.ActiveTab{
	display: block;
}
.InactiveTab{
	display: none;
}