#tabs ul {
	
	list-style: none ;
	display: inline ;
	margin-left:auto;
	margin-right:auto;
}
#tabs ul li {
	
	border-left: 1px solid #fff;
	padding: 0 5px 0 0;
	height: 1.4em;
	text-decoration:underline;
	display: inline ;
	text-align: center ;
	font-family: "Times New Roman", Times, serif ;
}
#tabs ul li.first {border: none;}
#tabs li a {
	color: white;
	
	padding: 5px 5px;
	text-decoration: none ;
	display: inline ;
}
#tabs li a:hover {
	color: #ff0 ;
	background-color: #0000c0 ;
}

#lang{
	float:right;
	background-color:transparent;
}
