.tabs {
}
.tabs .top {
}
.tabs .main {
	/*border-top: 1px solid black;*/
	border-bottom: 1px solid black;
	text-align: center;
	font-size: 16px;
}
.tabs .bott {
}
.tab, .tabcurr {
	display: inline-block;
	vertical-align: text-top;
	text-align: center;
	padding: 0 1ex 0 1ex;
	margin-right: 1ex;
	width: 80px;
}

.tabs .last{
	margin-right: 0;
}

.tab a , .tabcurr a {
	/*display: block;*/
	padding: 0;
	text-decoration: none;
}
.tab a:hover {
	text-decoration: underline;
}
.tabcurr {
}
.tabcurr a{
	text-decoration: underline;
}

.headarea .tabs{
}

