.tabs {
	height: 19px; /*	border-bottom: 2px solid #C6D4ED;*/
	padding-left: 154px;
	/*font-size: smaller;*/
	border-bottom: 1px solid #D5E4F1;
}
.tab, .tabcurr {
	float: left;
	width: 99px;
	text-align: center;
}

.tab a , .tabcurr a {
	height: 15px;
	margin-top: 1px;
	display: block;
	overflow: hidden;
	padding-top: 2px;
	color: Black;
	background: #8AB4D5; /* IE6 Bug */
	border-right: 1px solid #33658D;
	border-top: 1px solid #D5E4F1;
	border-left: 1px solid #D5E4F1;
	text-decoration: none;
}
.tabcurr a {
	margin-top: 0px;
	height: 16px;
	background: #C3D9EA;
}
.tab a:hover {
	color: White;
	background: #508CBD; /* IE6 Bug */
}
.tabcurr a:hover  {
	color: Black;
}
.tab span, .tabcurr span {
	display: block;
	margin: 0;
	padding: 5px 0 5px 0px;
	text-align: center;
}

.infobox{
	border-top: none;
}