@charset "utf-8";
/* CSS Document */

#menu {	
	margin:0 auto;
	height:auto;}
	
#menublock {
	position:relative;
	overflow:hidden;
	margin:0 auto;
	height:30px; 
	width:895px;
	border-bottom:#1C5166 solid 2px;
	padding-bottom:5px;}
	
#tabs {
	float:left;
	position:relative;
	left:50%;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:'Open sans', sans-serif;
	font-weight:600;
	font-size:10px;}

#tabs li {
	float:left;
	position:relative;
	right:50%;
	display:block;}

#tabs a {
	float:left;
	display:block;
	padding: 0 10px;
	height: 0;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;      
	border-bottom: 30px solid #6d8d8b;
	border-bottom-color: #6d8d8b;}

#tabs a:hover{
	color: #fff383;
	border-bottom-color: #5B7674;}

#tabs #current {
  	color: #fff383;
	z-index: 3;
	border-bottom-color: #5B7674;
	opacity: 1;
	filter: alpha(opacity=100);}

