.shadetabs {
	padding: 0px 0px;
	margin: 0 0 0 38px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	z-index:-1;
}
.shadetabs li {
	float:left;
	padding-top:0px;
	margin-right:3px;
}
.shadetabs li a {
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 6px;
	width:auto;
	height:31px;
	line-height:20px;
	float:left;
	text-align:center;
	background:url(../images/tableft.png) no-repeat top left;
	text-transform:uppercase;
	text-shadow: 0 1px 1px #666;
}
.shadetabs li a span {
	background:url(../images/tabright.png) no-repeat right top;
	padding:5px 18px 5px 15px;
	height:31px;
}
.shadetabs a, .shadetabs a span {
	display: block;
	float: left;
}
.shadetabs a, .shadetabs a span {
	float: none;
}
.shadetabs a:hover {
	color: #505050;
	padding: 0 0 0 6px;
	background:url(../images/tableft_active.png) no-repeat top left;
}
.shadetabs a:hover span {
	background:url(../images/tabright_active.png) no-repeat right top;
	padding:5px 18px 5px 15px;
	height:31px;
}
.shadetabs ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.shadetabs li a:visited {
	color: #fff;
}
.shadetabs li a:hover {
	text-decoration: none;
	font-size:12px;
	color: #505050;
	text-transform:uppercase;
	text-shadow: none;
}
.shadetabs li.selected {
	position: relative;
	margin-top:0px;
	text-align:center;
	z-index: 1;
}
.shadetabs li.selected a { /*selected main tab style */
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #505050;
	text-decoration: none;
	padding: 0 0 0 6px;
	width:auto;
	height:31px;
	line-height:20px;
	float:left;
	text-align:center;
	background:url(../images/tableft_active.png) no-repeat top left;
	text-transform:uppercase;
	text-shadow: none;
}
.shadetabs li.selected a span { /*selected main tab style */
	background:url(../images/tabright_active.png) no-repeat right top;
	padding:5px 18px 5px 15px;
	height:31px;
}
.shadetabs li.selected a:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontentstyle { /*style of tab content oontainer*/
	width: 94.50%;
	padding:20px 10px 10px 38px;
	float:left;
	background-color:#fff;
	/*background:url(../images/tab_topshade.png) repeat-x top #fff;*/
	z-index: 0;
	margin: 0px 0 0;
	position: relative;
	/*border-top:1px solid #a7a7a7;*/
}
.tabcontent {
	display:none;
	width:770px;
	padding:0 20px;
}
.benefits {
	display:none;
	width:790px;
	padding:0 0px;
	border:1px solid #ccc;
}
 @media print {
.tabcontent {
	display:block!important;
}
}
