/*Example for a Menu Style*/
.menu {
	height: 28px;
	font-size: 14px;
	padding-top: 24px;
    padding-bottom: 9px;
	height: 24px;
	border-bottom: 1px solid #d3d3d3;
}
.hide {
	display: none;
}
.menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
}
.menu li {
	display: inline-block;
}
.menu li a {
	color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    background: #b3d992;
    padding: 14px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.menu li a.tabactive {
	color: #fff;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    background: #74af41;
    padding: 14px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4, #anothercontent1, #anothercontent2, #anothercontent3, #anothercontent4, #anothercontent5, #anothercontent6, #contentthree1, #contentthree2, #contentthree3 , #content41, #content42, #content43{
	padding: 16px 0px;
	font-size: 12px;
	margin-bottom: 5px;
	margin-right: 8px;
}
.newsWrap {
	
	margin-bottom: 10px;
	padding-top: 8px;
}

