.shadetabs{
	padding-bottom:1px;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bolder;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	color: #cccccc;
	width:95%;
	
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 8px;
margin-right: 0px;
border: 1px solid #cccccc;
color: #000000;
background: white url(shade.jpg) top left repeat-x;
}

.shadetabs li a:visited{

}

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

.shadetabs li.selected{

position: relative;
top: -2px;
}

.shadetabs li.selected a{ /*selected main tab style */
	color: #ffffff;
	background-image: url(shadeactive.jpg);
	border-bottom-color: #6695df;
	border-bottom-width: 2px;
	border-bottom-style: solid;

}

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

.contentstyle{
border: 1px solid #cccccc;
width: 99%;
margin-bottom: 1em; padding: 2px;
}
