.tabs {
	/*height: 19px; */
	margin-left: 172px;
	/*	border-bottom: 2px solid #C6D4ED;*/
	padding: 2px 0 0 2px;
	font-size: x-small;
	border-bottom: 1px solid #C6D4ED;
}
.tab, .tabcurr {
	float: left;
	width: 110px;
	text-align: center;
}

.tab a , .tabcurr a {
	height: 14px;
	margin-top: 2px;
	display: block;
	overflow: hidden;
	padding-top: 2px;
	color: Black;
	background: #7FA5E6; /* IE6 Bug */
	border-right: 1px solid #556E9A;
	border-top: 1px solid #A4BEED;
	border-left: 1px solid #A4BEED;
	text-decoration: none;
}
.tabcurr a {
	height: 16px;
	margin-top: 0;
	background: White;
}
.tab a:hover {
	color: White;
	background: #7FA5E6; /* IE6 Bug */
}
.tabcurr a:hover  {
	color: Black;
}
.tab span, .tabcurr span {
	display: block;
	margin: 0;
	/*padding: 5px 0 5px 0px;*/
	text-align: center;
}

.minitabs{
	float: right;
	padding: 2px 5px 2px 0;
	/*font-size: small;
	color: Black;*/
}
.minitabs a{
	margin: 0 0 0 10px;
	/*border-right-color: #200CCB;
	color: #200CCB;
	color: #447AD9;*/
	color: #1104A5;

}

