@charset "utf-8";
/* CSS Document */

.container {
	width: 600px;
	z-index:000;
	
}
ul.tabs {
	margin: 0 0 0 350px;
	padding: 0;
	list-style: none;
	width: 600px;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 5px 0 5px 0;
    width: 137px;
	background: #00528A;
	overflow: hidden;
	text-align:center;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	font:bold 16px Calibri;
	color:#fff;
	
}
ul.tabs li a:hover {
	background:  #5999C7;
	color:#fff;
}
html ul.tabs li.active, html ul.tabs li.active a  {
	background: #fff;
	border-bottom:1px solid #fff;
	color:#000;
	
}
.tab_container {
	clear: both;
	float: left; 
	width: 600px;
	background: #fff;
	z-index:0;
}
.tab_content {
	padding: 0;
}