.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: -8px;
font: bold 12px arial, helvetica;
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;
position:relative;
z-index:3
}

.shadetabs li a{
text-decoration: none;
margin-right: 10px;
border: 0px;

}

.shadetabs li a:visited{
//color: #2d2b2b;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{
	border: 1px solid  black;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #FFFFCC; /*#FFFDF3*/
	position:absolute;
	width:573px;
	z-index:2;
}

.tabcontent{
display:none;
}

.beforeClick {
background:#FFFFFF;
border-bottom:1px solid black;
border-top:1px solid gray;
border-left:1px solid gray;
border-right:1px solid gray;
position:relative;
z-Index:1;
}
.afterClick {
background:#FFFFCC;
border-bottom:0px solid #FFFFCC;
border-top:2px solid black;
border-left:1px solid black;
border-right:1px solid black;
position:relative;
z-Index:3;
}

.rHeaderText {
font:normal 10px Arial;
/*font-weight:bold;*/
position:absolute; 
top:170px; 
left:475px;
}

