.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	color: #3A6229;
}

.shadetabs li{
	display: inline;
	margin: 0;
	color: #03622A;
}

.shadetabs li a{
	text-decoration: none;
	color: #03622A;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CEF1D0;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #4C9635;
	border-right-color: #4C9635;
	border-left-color: #4C9635;
	margin-right: 2px;
}

.shadetabs li a:visited{
color: #03622A;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #006633;
	background-color: #CEF1D0;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	background-color: #CDF0CF;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #D1F2D3;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CEF1D0;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #CEF1D0;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	width: 600px;
	margin-bottom: 1em;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #095A18;
}

.tabcontent{
	display:none;
	padding-top: 10px;
}

@media print {
.tabcontent {
	display:block!important;
}
}

