ul.shadetabs {
	list-style-type: none;
	margin: 0 0 0 1px;
	padding: 0;
	min-height: 25px;
	max-height: 25px;
	height: 25px;
	font: normal normal bold 0.75em/normal verdana, 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-image: url(tabGreenOn.jpg);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;	
}
ul.shadetabs li.selected {
	background-image: url(tabGreenOn.jpg);
	position: relative;	
	/* top: 1px;*/
}
ul.shadetabs li.selected a {
	/*selected main tab style */
	background-color: #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 0 1px;
	padding: 6px 10px 6px 10px;
	max-width: 170px;	
	width: 170px;	
	height: 268px;
	min-height: 268px;
	max-height: 268px;
	font: normal normal normal 0.875em/1.05em arial, geneva, helvetica, sans-serif, verdana;
	letter-spacing: .034mm!important;
	overflow: auto;
}
.contentstyle p {
	font: normal normal normal 0.875em/1.05em arial, geneva, helvetica, sans-serif, verdana;
    	letter-spacing: .034mm!important;
}
.contentstyle strong {
	font: normal normal bold 0.875em/1.05em arial, geneva, helvetica, sans-serif, verdana;
    	letter-spacing: .034mm!important;
}

.contentstyle a, .contentstyle a:link, .contentstyle a:visited {
	color: #233a21;
	text-decoration: none;
}
.contentstyle a:hover {
	color: #fff;
	text-decoration: underline;
}
.contentstyle a:active {
	color: #000;
	text-decoration: none;	
}