#mansetx{
	float: left;
	border: 1px #ccc solid;
	width: 100%;
}
#mansetx-selector ul{
	float: left;
	width: 100%;
	height: 30px;
	background: #f1f1f1;
	margin:0;
	padding: 0;

}
#mansetx-selector ul li{
	float: left;
	list-style: none;
	width:25px;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	transition: background 0.3s;

}
#mansetx-selector ul li:hover{
	cursor:pointer;
}
#mansetx-selector ul .active{
	background: red;
	color: white;
	text-shadow:0 1px 3px rgba(0, 0, 0, 0.3);

}
	