@CHARSET "UTF-8";

#tabDiv2{
	width: 300px;
	height: 30px;
	
}

.newTabDiv{
	position: relative;
	width: 90px;
	height: 100%;
	float: left;
	background-color: #E6E6E6;
	border-left: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	border-top: 1px solid #CACACA;
	cursor: pointer;
	margin-left: 3px;
}

.selected{
	background-color: white;
}

.tabContent{
	text-align: center;
	margin-top: 7px;
}
