.tabbarStyle > a {
	background: linear-gradient(to bottom, #f1eef5, #e5e3e9);
}
.tabbarStyle > a:hover,
.tabbarStyle > a:focus {
	background: linear-gradient(to bottom, #f1eef5, #ffffff);
}
.tabbarStyle > .active {
	background: linear-gradient(to bottom, #ffffff, #ffffff);
}
