.tabs ul {
	overflow:hidden;
	margin-left:0 !important;
}
.tabs ul li {
	float:left;
	margin-right: 10px;
	background:#EEE;
	list-style:none !important;
}
.tabs ul li:hover, .tabs ul li.active {
	background:#CCC;
}
.tabs ul li a {
	display:block;
	padding:5px 10px;
}
.tabs ul li a:hover {
  text-decoration:none;
}


