@charset "utf-8";
/* CSS Document */

#tabs {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;}

#tabs li {
	float: left;
	text-align:left;}

#tabs li:first-child {
	margin-left:0px;}
  
#tabs a {
	width:95px;
	display:block;
  	float: left;
  	position: relative;
  	padding: 5px 20px 15px 10px;
  	height: 45px;
	font-weight:700;
  	line-height:1.3;
  	text-transform: uppercase;
  	text-decoration: none;
  	color: #1D3456;
	background:#eee;
	border-radius: 5px 5px 0px 0px;
	behavior: url(../PIE/PIE.htc);
	behavior: url(../PIE/PIE.php);
  	border:#ccc thin solid;}

#tabs a:hover,
#tabs a:focus {
	border-bottom-color: #2ac7e1;
	opacity: 1;
	filter: alpha(opacity=100);  
	border-bottom: #ccc thin solid;
	background:#eee;}

#tabs a:focus {
	outline: 0;}

#tabs #current {
	z-index: 3;
	border-bottom: #fff thin solid;
	opacity: 1;
	filter: alpha(opacity=100);
	background:#fff;}

.hydro a {
	width:74px !important;}