.tabs {
	height: 106px;
	font-weight: bold;
}

.tab, .tabcurr {
	float: left;
	width: 104px;
	text-align: right;
	padding: 0 2px 2px 0;
}

.tab a , .tabcurr a {
	height: 89px;
	display: block;
	overflow: hidden;
	padding: 5px;
	background: url(../images/menu_item.jpg) no-repeat;
	color: White;
	font-weight: bold;
	border-bottom: 5px solid #FC8003;
	text-decoration: none;
}


.tabcurr a {
	border-bottom: 5px solid #fdcb00;
}
.tab a:hover {
	color: White;
	text-decoration: underline;
	border-bottom: 5px solid #fdcb00;
}
.tabcurr a:hover  {
	color: White;
	border-bottom: 5px solid #FC8003;
}
.tab span, .tabcurr span {
	display: block;
	margin: 0;
	padding: 5px 0 5px 0px;
	text-align: center;
}

.tabs .spacer{
}
.infobox{
	border-top: none;
}