ul.shadetabs {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 25px;
	font: normal normal bold 1.0em/normal verdana, arial, geneva, helvetica, sans-serif;
	text-align: left;
	/*set to left, center, or right to align the menu as desired*/
}
ul.shadetabs li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.shadetabs li a {
	background: transparent url(tabGreenOff.jpg) repeat-x top left;
	float: left;
	padding: 6px 7px;	
	text-align: center;
	text-decoration: none;
}
ul.shadetabs li a:link {
	color: #fff;
}
ul.shadetabs li a:visited {
	color: #fff;
}
ul.shadetabs li a:hover {
	background: url(tabGreenOn.jpg);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;	
}
ul.shadetabs li.selected {
	background: url(tabGreenOn.jpg);
	position: relative;	
	/* top: 1px;*/
}
ul.shadetabs li.selected a {
	/*selected main tab style */
	background: #4eb54c;	
	background-image: url(tabGreenOn.jpg);
	text-decoration: none;	
}
ul.shadetabs li.selected a:hover {
	/*selected main tab style */
	background-image: url(tabGreenOn.jpg);
	color: #000;
	text-decoration: none;	
}
.contentstyle {
	background-color: #4eb54c;
	color: #000;
	border: none;
	margin: 0 0 4px 0;
	padding: 18px 8px 6px 8px;	
	width: 190px;
	height: 274px;
	min-height: 274px;
	max-height: 274px;
	/* margin-bottom: 1em; */ /* was commented out */
	font: normal normal normal 1.0em/1.090em arial, geneva, verdana, helvetica, sans-serif;
	letter-spacing: normal;
	overflow: auto;
}
.contentstyle p {
	font: normal normal normal 1.0em/1.090em arial, geneva, verdana, helvetica, sans-serif;
	letter-spacing: normal;
}
.contentstyle strong {
	font: normal normal bold 1.0em/1.090em arial, geneva, verdana, helvetica, sans-serif;
	letter-spacing: normal;	
}
.contentstyle strong a, .contentstyle strong a:link, .contentstyle strong a:visited {
 	color: #233a21;
	text-decoration: none;
}
.contentstyle strong a:hover {
	color: #fff;  /*#B1E89F;*/
	text-decoration: underline;	
}
.contentstyle strong a:active {
	color: #000;
	text-decoration: none;	
}

.contentstyle a, .contentstyle a:link, .contentstyle a:visited {
 	color: #233a21;
	text-decoration: none;
}	
.contentstyle a:hover {
	color: #fff;  /*#B1E89F;*/
	text-decoration: underline;	
}
.contentstyle a:active {
	color: #000;
	text-decoration: none;	
}
