/**/
/* defaults */
/**/
.sky-tabs > label:hover span span {
	background: #0066FF;
	border-radius: 8px 0 0 8px;
}
.sky-tabs > input:checked + label span span {
	background: #0066FF;
	border-radius: 8px 0 0 8px;
}
.sky-tabs > .active span span {
	background: #0066FF !important;	
}

#sky-tabs-bg {
	/* background-color:#FFF000 !important */
	}