.tabmenu {
	clear: both;
	display: block;
	height: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.tabmenu li {
	display: inline;
	line-height: normal;
}

.tabmenu li a {
	padding: 10px;
	float: left;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	background-color: #0E3D64;
	margin-right: 2px;
	line-height: normal;

	border-radius: 10px;
}

.tabmainbox {
	float: left;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	border-radius: 0px 10px 10px 10px;
}

.tabmenu li.active a {
	background-color: #22B3A4;
	color: #fff;
}

.tabmenu li.active a:hover {
	background-color: #22B3A4;
}

.tabmenu li a:hover {
	background-color: #22B3A4;
}

@media (max-width: 650px) {
	.tabmenu {}

	.tabmainbox {
		float: none;
		border-radius: 10px;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.tabmenu li a {
		margin-bottom: 2px;
		border-radius: 10px;
	}
}