.tabBannerMain {
	background-color: #2f9bdb;
	height: 225px;
}
	.tabBannerMain .tabBanners .left {
	width: 80%;
	height: 200px;
	overflow: hidden;
	}
		.tabBannerMain .tabBanners .text {
			padding: 20px 40px 20px 40px;
			color: #EEEEEE;
		}
			.tabBannerMain .tabBanners .text p {
			padding: 0px 0px 5px 0px;
			margin: 0px 0px 0px 0px;
			}
			.tabBannerMain .tabBanners .text h2 {
				color: #EEEEEE;
			}

	.tabBannerMain .tabBanners .right {
	width: 20%;
	height: 200px;
	overflow: hidden;
	}
	.tabBannerMain .tabs {
	height: 25px;
	background-color: #FFFFFF;
	}
		.tabBannerMain .tabs .tab {
	display: block;
	float: left;
	width: 20%;
	height: 25px;
	overflow: hidden;
		}
		.tabBannerMain .tabs .tab a {
	display: block;
	height: 20px;
	padding: 5px 0px 0px 10px;
	border-left: 5px solid #FFFFFF;
	text-decoration: none;
	background-color: #babbbf;
	color: #EEEEEE;
	font-weight: bold;
	font-size: 12px;
		}
			.tabBannerMain .tabs .tab a:hover {
	background-color: #7cc1e1;
			}
		.tabBannerMain .tabs .tab.first a {
	border-left: 0px;
		}
		.tabBannerMain .tabs .tab.on a {
	background-color: #2f9bdb;
		}
