.tabs {
}

.tabs .top {
}
.tabs .top a {
}
.tabs .top a:hover {
}
.tabs .top .curr {
}


.tabs .main {
	height: 36px;
	/*position: absolute;
	bottom: 0;*/
    background-color: #313131;
	border-top: 3px solid #C7C7C7;
	border-bottom: 4px solid #C7C7C7;
    font-size: 1.1em;
	color: white;
	padding: 0 0 0 0;
	text-transform: uppercase;
}
.tabs .bott {
}

.tab, .tabcurr {
	display: block;
	float: left;
	text-align: center;
	/*padding: 10px 1em 10px 1em;*/
	/*margin-right: 1ex;*/
	width: auto;
	height: 36px;
}

.tabs .last{
}

.tab a , .tabcurr a {
	padding: 0;
	text-decoration: none;
	color: white;
	display: block;
	padding: 10px 1em 10px 1em;
	text-align: center;
	height: 16px;
}
.tab:hover {
}
.tab:hover a{
	color: white;
	text-decoration: underline;
}

.tabcurr {
	color: white;
	text-decoration: underline;
}
.tabcurr a{
	color: white;
}

.headarea .tabs{
}
