.shadetabs
{ 
	border-bottom: 1px solid gray; /* width: 90%; width of menu. Uncomment to change to a specific width */ margin-bottom: 1em; }
	.shadetabs ul{ padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 12px Verdana; list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/ }
	.shadetabs li{ display: inline; margin: 0; }
	.shadetabs li a
{
	border-right: #778 1px solid;
	padding-right: 7px;
	border-top: #778 1px solid;
	padding-left: 7px;
	background: url(../images/shade.gif) white repeat-x left top;
	padding-bottom: 3px;
	border-left: #778 1px solid;
	color: #2d2b2b;

	margin-right: 3px;
	padding-top: 3px;
	border-bottom: #778 1px solid;
	text-decoration: none;
}
	.shadetabs li a:visited{ color: #2d2b2b; }
	.shadetabs li a:hover{ text-decoration: underline; color: #2d2b2b; }
	.shadetabs li.selected{ position: relative; top: 1px; color:Green}
	.shadetabs li.selected a
{
	background-image: url(../images/shadeactive.gif);
	/*border-bottom-color: white;*/
	border-bottom-color:Green;
}
	.shadetabs li.selected a:hover{ /*selected main tab style */ text-decoration: none;}
	
.tabcontentstyle{ /*style of tab content oontainer*/

border: 1px solid gray;

width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

.orange2
{
	font-weight: bold;
	font-size: 9px;
	color: #2A4DAB;
	font-family: verdana;
}
.TabText {
	FONT-WEIGHT:normal; FONT-SIZE: 11px; COLOR:Black; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.TabTextSelected {
	FONT-WEIGHT: bold; FONT-SIZE: 11px;  color:Red; FONT-FAMILY: Arial, Helvetica, sans-serif
}
.TabHeading {
	FONT-WEIGHT:normal; 
	FONT-SIZE: 11px; 
	COLOR:Black; 
	background-color:"#cccccc";
	FONT-FAMILY: Arial, Helvetica, sans-serif
}