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

.shadetabs{
	margin:0;
	padding:0;
}

.shadetabs li{
	list-style:none;
	padding: 0px 0px 0px 25px;
}

.shadetabs li a{
color:#0a5e47;
text-decoration:underline;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{

}

.shadetabs li a.selected{ /*selected main tab style */
font-weight:bold;
}

.shadetabs li a.selected{ /*selected main tab style */
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.shadetabs li.lititle{
	margin:0!important;	
	padding:0!important;
	
}
.shadetabs li.lititle a{
	color:#724e02!important;
	font-size:13px;
	font-weight:bold;	
	text-decoration:none!important;	
}
.shadetabs li.lititle a:hover{
	color:#724e02!important;
	font-size:13px;
	font-weight:bold;	
	text-decoration:underline!important;	
	
}

