.tabStrip ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.tabStrip li {
	margin: 0 0 0;
	list-style-type: none;
	float: left;
	position:relative;
	width:20%
	
}
.tabLink {
	display: block;
	text-decoration: none;
	padding: 20px 40px;
	background-color: rgba(12, 83, 137, .5); 
	border: #fff solid;
	border-width: 1px 1px 0 1px;
	color: #fff !important;
}



.tabStrip li .tabLink:hover {background-color:rgba(12, 83, 137, .8) !important; color:#fff; }
.tabStrip li .tabLinkActive {background-color:rgba(212, 147, 69, 1) !important; color:#fff}
.tabLinkActive {
	display: block;
	text-decoration: none;
	padding: 20px 40px;
	background: #e0e0e0;
	border: #fff solid;
	border-width: 1px 1px 0 1px;
	color: #fff;	
}
.tabStrip li .tabLinkActive::after {
    content: "";
    position: absolute;
    z-index: 3;
    top: auto;
    right: 0px;
    bottom: -20px;
    left: 0px;
    margin-left: auto;
    margin-right: auto;
    border-width: 20px 20px 0px;
    border-style: solid;
    border-color: #D49345 transparent;
    display: block;
    width: 0px;
}
.tabContent {
	display: none;
}
.tabContentActive {
	display: block;
	clear: both;
	background-color: #f7f4f0;
	border: 1px #dedede solid;
	padding: 50px;
	margin-top:30px;
	height:300px;
}
.tabContentActive p {width:50%; margin:10px 0px}
.tabContentActive a {background-color:#0c5389; color:#fff; border:5px double #fff; padding:15px 35px; text-decoration:none;}
.tabContentActive a:hover {background-color:rgba(212, 147, 69, 1);color:#fff;}
#tabContent1 {background-image:url(../../../images/programbg-woman.jpg); background-position:right; background-repeat:no-repeat; }
#tabContent2 {background-image:url(../../../images/programbg-men.jpg); background-position:right; background-repeat:no-repeat;}
#tabContent3 {background-image:url(../../../images/programbg-young.jpg); background-position:right; background-repeat:no-repeat;}
#tabContent4 {background-image:url(../../../images/programbg-family.jpg); background-position:right; background-repeat:no-repeat;}
#tabContent5 {background-image:url(../../../images/programbg-christian.jpg); background-position:right; background-repeat:no-repeat;}