/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-right: 0;
	padding-left: 0;
	padding-top: 3px;
	padding-bottom: 3px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	border: 1px solid #648F36;
	color: #648F36;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	background-color: #334B19;
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
color: #FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: #334B19;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
	display:none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

@media print {
.tabcontent {
	display:block !important;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
}

.tabcontent{
	display:none;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}

@media print {
.tabcontent {
	display:block !important;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
}
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background-color: #334B19;
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #648F36;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #72984B; /*text color*/
	padding: 5px 11px;
	text-decoration: none; /*navy divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #72984B;
}

.indentmenu ul li a:visited{
color: #FFFFFF;
}

.indentmenu ul li a.selected{
	color: #FFFFFF!important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	background-color: #648F36;
	background-repeat: repeat-x;
	background-position: center center;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #648F36;
	width: 250px;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #334B19;
}

.tabcontent{
	display:none;
	background-color: #334B19;
}

@media print {
.tabcontent {
display:block !important;
}
}

