.tabs {
	position: absolute;
	bottom: 0;
	background: url(../../images/tabs.png) no-repeat center;
	height: 85px;
	width: 831px;
	font-size: 18px;
}
.tab, .tabcurr {
	float: left;
	text-align: left;
	padding: 10px 10px 0 10px;
	width: 187px;
	/*border: 1px solid green;*/
}

.tabs .last{
	border-right: none;
	width: 188px;
}

.tab a , .tabcurr a {
	display: block;
	padding: 10px 5px 10px 10px;
	color: White;
	text-decoration: none;
}
.tab a:hover {
	color: #DBB5AE;
}
.tabcurr {
}
.tabcurr a{
	background-color: transparent;
}
