

.shadetabs1{
	padding: 5px 0;
	*padding: 5px 0 4px 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;}

.shadetabs1 li{
display: inline;
margin: 0;
}

.shadetabs1 li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 6px;
color: #ffffff;
background-color: #99cd00;
border-top: 1px solid #cccccc;
border-right: 1px solid #cccccc;
border-left: 1px solid #cccccc;
}

.shadetabs1 li a:visited{
text-decoration: none;
color: #ffffff;
background-color: #99cd00;

}

.shadetabs1 li a:hover{
text-decoration: none;
color: #ffffff;
background-color: #99cd00;

}

.shadetabs1 li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs1 li a.selected:link{ /*selected main tab style */
background-color: #ffffff;
border-bottom-color: white;
color: #2E5C82;
}

.shadetabs1 li a.selected:visited{ /*selected main tab style */
background-color: #ffffff;
border-bottom-color: white;
color: #2E5C82;
}
.shadetabs1 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
background-color: #ffffff;
border-bottom-color: white;
color: #2E5C82;
}



