.contentTabs {
	padding: 0px; width: 100%; margin-top: 0px; margin-bottom: 0px; border-bottom-color: rgb(153, 153, 153); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
.contentTabs li {
	margin: 0px 0px 0px 5px; padding: 0px; float: left; list-style-type: none; list-style-image: none; z-index: 2;
}
.contentTabs li a {
	background: #3f663e; padding: 4px 8px; border: 1px solid rgb(153, 153, 153); top: 1px; height: 21px; color: #ffffff !important; font-size: 85%; font-weight: bold; text-decoration: none; display: block; position: relative; border-top-left-radius: 3px; border-top-right-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px;
}
.contentTabs li a:hover {
	background: #558854;
}
.contentTabs li a:focus {
	background: rgb(241, 241, 241);
}
.contentTabs li a.active {
	background: white; margin-bottom: 0px; border-bottom-color: white; border-bottom-width: 1px; border-bottom-style: solid; cursor: default; color: #000000 !important;
}
.hiddenContentTab {
	display: none !important;
}
