.shadetabs {
	padding: 15px 0 0 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color: #003399;
}

#ContentBody ul.shadetabs li {
	display: block;
	float: left;
	margin: 0;
}

.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 0px 3px 7px;
	margin-right: 3px;
	/*border: 1px solid #003399;*/
	color: #000;
	background: url(../images/tab-left.gif) no-repeat;
}

.shadetabs li a span {
	background: url(../images/tab-right.gif) right top no-repeat;
	margin-top: -3px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
}

.shadetabs li a:hover {
	/*color: #E6A438;*/
	background: url(../images/tab-left_c.gif) no-repeat;
}

.shadetabs li a:hover span {
	background: url(../images/tab-right_c.gif) right top no-repeat;
	padding-right: 3px;
}

.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
	border-bottom-color: white;
	background: url(../images/tab-left_c.gif) no-repeat;
}

.shadetabs li a.selected span {
	background: url(../images/tab-right_c.gif) right top no-repeat;
	padding-right: 3px;
}

.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
	background: url(../images/tab-left_c.gif) no-repeat;
}

.shadetabs li a.selected:hover span {
	background: url(../images/tab-right_c.gif) right top no-repeat;
}

.tabcontainer {
	border:1px solid #a88c3d;
	background: white url(../images/tab-content.gif) right top repeat-y;
	width:500px;
	height: 175px;
	margin: 16px 0em 25px 0em;
	padding: 10px;
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block !important;
	}
}