.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: #01518C;
	margin-left: 2px;
	line-height: normal;
	height: 20px;
}
			.tabmainbox {
	float: left;
	clear: both;
	width: 100%;
	background-color: #E9E9E9;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.tabmenu li.active a {
	background-color: #E9E9E9;
	color: #00233B;
}
.tabmenu li.active a:hover {
	background-color: #E9E9E9;
}
.tabmenu li a:hover {
	background-color: #900;
}
