.tabs {
	width: 100%;
	margin: 2em 0;
}
.tabsMenu {
	float: left;
	margin: 0;
	padding: 0;
}

.tabsMenu li {
	position: relative; /*for z-index*/
	top: 1px;
	display: inline;
	float: left;
	color: #000;
	background-color: #F9F9F9;
	height: 1%; /*for ie6*/
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
	border-bottom: none;
	z-index: 1
}

.tabsMenu li.current {
	position: relative;
	clear: none; /*for ie6*/
	color: #000;
	border-color: #ccc;
	z-index: 10;
}
.tabsMenu a {
	float: left;
	font-size: 0.9em;
	background-color: transparent;
	margin: 0;
	padding: 0.5em 1.5em;;
	border-bottom: 1px solid #ddd;/*border bottom instead of border:none because of ie6*/
}
.tabsMenu a:hover, .tabsMenu a:focus, .tabsMenu a:active {
	color: #fff;
	background-color: #ddd;
}
.tabsMenu li.current a {
	color: #000;
	background-color: #fff;
	border-bottom-color: #fff;/*for ie6*/
}
.tabsMenu li.current a:hover, .tabsMenu li.current a:focus, .tabsMenu li.current a:active {
	color: #000;
	background-color: #fff;
	border-bottom: 1px solid #fff;/*for ie6*/
}
.tab {
	position: relative;  /*for z-index*/
	display: block;
	clear: left;
	height: auto;
	overflow: auto;
	padding: 1em 2em;
	border: 1px solid #ccc;
	z-index: 5;
	background-color: #fff;
	top: -26px;
	width: 90%;
}
.tab p {
	font-size: 0.9em;
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.tab h2, .mainH2, .tabsMenu a span {
	position: absolute;
	left: -99999px;
}

.tabs h4 {
	margin-left: 10px !important;
}

.tab .takeaways h4 {
	margin-left: 10px !important;
}

.tab .inset_right {
	margin-right: 0;
}
.tab .caption.inset_left p {
	margin-right: 20px !important;
}
.tab .swf.inset_left {
	margin-right: 20px !important;
}
.tab .swf.inset_right {
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.question_wrap .tab {
	padding: 5px !important;
	width: 100% !important;
	margin-left: -5px !important;	
}
.question_wrap .tab .inset_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 1em;
}
.question_wrap .tabs .caption p, .question_wrap .tabs .caption .inset_left p, .question_wrap .tabs .caption .inset_right p {
	display: block;
	clear: both;
	margin-left: 0pt;
	margin-right: 0pt;
	margin-bottom: 1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 11px;
	text-align: center;
	background-color: #dedede;
}
.question_wrap .tabs .takeaways {
	margin-right: auto;
	background-color: #FFFFFF;
}