
/* This CSS sets the default styles for tabs. */

.tabs {
	border-bottom: 1px solid #626262;
	margin: 0;
	margin-bottom:1em;
	padding: 0.2em 1em 2.26em 1em;
}

.tabs li {
display:inline;	
	float:left;
	border:1px solid #626262;	
	margin-right:0.3em;
	position:static;
	text-decoration: none;
}

.tabs li a, .tabs li span {
	/*display: block;*/
	float:left;
	padding: 0.01em 0.5em 0;
	text-align:center;
	text-decoration: none;
	font-weight: bold;
	font-family:arial;
	line-height:2.15em;
	font-size:12px;
	background-color:#89c540;
	color:#fff;
	/*background-color:#dceef8;*/
}
.tabs li a:hover{
background-color:#ffffff;
color:#3b3b3b;}
.tabs li.current {
	font-weight: bold;
	border-bottom:1px solid #ffffff;
}

.tabs li.current a, .tabs li.current span {
		color: #333;
		background-color:#fff;
		padding: 0.02em 1.2em;
		line-height:2.1em;
		border-bottom:1px solid #ffffff;
		
}
/*
.ie6 .tabs li {
position:static;

	float:left;
	border:1px solid #638bb2;	
	margin-right:0.3em;
	text-decoration: none;
		line-height:2.15em;
}

.ie6 .tabs li.current {
	font-weight: bold;

	border-bottom:1px solid #ffffff;
}
*/
.ie6 .tabs li.current a,.ie6 .tabs li.current span {
		color: #333;
		border-bottom:1px solid #ffffff;
		padding: 0.02em 1.1em 0.1em;
}
.ie6 .tabs li a:hover{
background-color:#ffffff;}


