.tabs {/*position:relative; left: 0; top: 0;*/margin: 0; padding: 0;  overflow:hidden } 

.tabs li {display:inline;  } 

.tabs a, .tabs a.tab-active {
	height: 30px;
	font-weight:bold;
	text-align: center;
	position:relative;
	padding: 5px;
	color:#2B4353;
	text-decoration:none;
	font-size:90%;
	display:block;
	width:75px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-left:1px solid #0480D0;
	border-top:1px solid #0480D0;
	border-right:1px solid #0480D0;
	background-color: #d6d4d4;
	float:left;
} 

.tabs a.tab-active {background:white;}

.tabs a:hover { background: #ebebeb; color:black;}

.tab-container {width:100%;} 

.tab-panes {} 

div.content {} 


