#FeatureTab {
	width:100%;float:left;
}

#FeatureTab ul, #FeatureTab li{border:0; margin:0; padding:0; list-style:none;}
#FeatureTab ul{border-bottom:solid 1px #DEDEDE; height:29px; padding-left:5px;}
#FeatureTab li{float:left; margin-right:2px;display:inline;}
#FeatureTab .tab a:link, #FeatureTab .tab a:visited{
	background:url(/images/tab-round.png) right 60px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#000;
	display:block;
	height:30px;
	line-height:30px;
	text-decoration:none;
	display:inline\1; /*Do not remove. This is a hack for IE 6, 7, 8 */

}
#FeatureTab .tab a span{
	background:url(/images/tab-round.png) left 60px;
	display:block;
	height:30px;
	margin-right:10px;
	padding-left:10px;
	display:inline\1; /*Do not remove. This is a hack for IE 6, 7, 8 */
}

#FeatureTab .tab img {border:0px;padding:0 5px 0 0; vertical-align:text-top;}
	

#FeatureTab .tab a:hover{
	background:url(/images/tab-round.png) right 30px;
	display:block;
	display:inline\1; /*Do not remove. This is a hack for IE 6, 7, 8 */
}
#FeatureTab .tab a:hover span{
	background:url(/images/tab-round.png) left 30px;
	display:block;
	display:inline\1; /*Do not remove. This is a hack for IE 6, 7, 8 */
}



/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
#FeatureTab .active a:link, #FeatureTab .active a:visited, #FeatureTab .active a:visited, #FeatureTab .active a:hover{
	background:url(/images/tab-round.png) right 0 no-repeat;
} 
#FeatureTab .active a span, #FeatureTab .active a:hover span{
	background:url(/images/tab-round.png) left 0 no-repeat;
}

/* 	INACTIVE ELEMENTS					*/
#FeatureTab .inactive a:link, #FeatureTab .inactive a:visited, #FeatureTab .inactive a:visited, #FeatureTab .inactive a:hover{
	background:url(/images/tab-round.png) right 60px;
} 
#FeatureTab .inactive a span, #FeatureTab .inactive a:hover span{
	background:url(/images/tab-round.png) left 60px;
}

.tcell, .tcell a {
width: 40px;
font-size:10px;


}
