.tabs {
}
.tabs .top {
	height: 1.6em;
	float: right;
	border: 1px dashed silver;
	padding: 2px;
}
.tabs .main {
	height: 2.5em;
	position: absolute;
	bottom: 0;
	left: 175px;
	/*border: 1px dashed silver;*/
	/*padding: 1ex 1ex 1ex 1ex;*/
	font-weight: bold;
	font-size: 15px;
}
.tabs .bott {
	height: 1.6em;
	position: absolute;
	bottom: 0;
	border: 1px dashed silver;
	padding: 2px;
}
.tab, .tabcurr {
	float: left;
	text-align: center;
	/*padding: 1ex 1ex 1ex 1ex;*/
	margin-right: 16px;
	/*width: 140px;*/
	/*height: 1.2em;*/
	/*border: 1px dotted gray;*/
}

.tabs .last{
}

.tab a , .tabcurr a {
	display: block;
	padding: 1ex .75ex 0;
	text-decoration: none;
	color: white;
}
.tab a:hover {
	color: #CDFFFF;
}
.tabcurr {
}
.tabcurr a{
	color: #CDFFFF;
}

.headarea .tabs{
}
