.shadetabs{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background-color: #232323;
}
.shadetabscontent {
	background-color: #666666;
	padding: 10px;
	color: #1B1B1B;
}
.shadetabs li{
float: left;
display:	inline;
margin: 0px;
}

.shadetabs li a{
float: left;
background-image: url("../images/tabrightJ.gif");
background-position:100% 0px;
background-repeat: no-repeat;
text-decoration: none;
color: #000000;
padding:6px 7px 6px 6px;
font-size: 120%;
}

.shadetabs li a:hover{
text-decoration: none;
background-image: url("../images/tabrightJ.gif");
background-position:100% -42px;
background-repeat: no-repeat;
text-decoration: none;
color: #ffffff;
}
.shadetabs li span:hover{
background-position:0% -42px;
}


.shadetabs li a.selected{
	/*selected main tab style */
	background-image: url("../images/tabrightJ.gif");
	background-position: 100% -42px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #D9D9D9;
}
.shadetabs li span.selected {
	float:left;
	background-image: url("../images/tableftJ.gif");
	background-position:0% -42px;
	background-repeat: no-repeat;
 padding: 5px;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}

