.tprefix {
    color: #fff;
    border-radius: 2px;
    padding: 2px 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .28);
}
.menutabs {
	display: inline-block;
	border-radius: 3px;
	color: #fff;
	padding: 8px 16px;
	background: #333;
	box-shadow: 0 1px 4px #0e0e0e;
	transition: background-color 0.5sease;
}
.menutabsactive {
    display: inline-block;
	border-radius: 3px;
	color: #fff;
	padding: 8px 16px;
	background: #9d5317;
	box-shadow: 0 1px 4px #0e0e0e;
	transition: background-color 0.5sease;
}