.tabs {
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	height: 14px;
	padding: 10px 0 16px 0px;
	background-color: #0FC127;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	width: 940px;
	text-transform: uppercase;
}
.tab, .tabcurr {
	float: left;
	text-align: left;
	padding: 0 8px 0 8px;
	width: auto;
	border-right: 1px solid Black;
}

.tabs .last{
	border-right: none;
	/*width: 100px;*/
}

.tab a , .tabcurr a {
	display: block;
	padding: 0px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}
.tab a:hover {
	color: White;
}
.tabcurr {
}
.tabcurr a{
	color: #FEFFE8;
}
