.tabs {
	position:relative;
	overflow: hidden;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
.tabs li {
	display:inline;
}
.tabs a {
	position:relative;
	font-size : 11px;
	font-weight : bold;
	color : #666666;
	text-decoration : none;
	background-color: #FFFFFF;
	width: 90px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tabs a.tab-visited {
	background-color:#E9E9E9;
	text-decoration : none;
	color: #000000;
	font-weight: bold;
}
.tabs a:hover {
	background-color:#000000;
	text-decoration : none;
	color: #FFFFFF;
	font-weight: bold;
}  
.tabs a.tab-active {
	background-color:#E9E9E9;
	text-decoration : none;
	color: #000000;
}
.tab-panes { 
width: 98%;
margin: 0px;
} 
.divtabs {
	padding: 10px;
	background-color: #E9E9E9;
}
