
ul{
	
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */


/* End of Eric Meyer's CSS Reset */

.servers-tabs {
	font-size: 15px;
	border-top: 1px solid #dbe1e8;
	border-bottom: 1px solid #dbe1e8;
	height: 50px;
	line-height: 50px;
	padding: 0px;
}

.servers-tabs span {
	display: inline-block;
	float: left;
	font-family: 'Open Sans;
	color:#545b63;
}

.servers-tabs ul li {
	float: left;
	padding-left: 32px;
	cursor:pointer;
}

.servers-tabs a {
	color: #9da4ad;
	text-decoration: none;
	cursor:pointer;
}

.servers-tabs a:hover {
	color: #14D468; 
	text-decoration: none;
}

.servers-tabs .active a {
	color: #4270E4;
	font-weight: bold;
	font-family: 'Open Sans;

}

