.tabs{
	margin-bottom:0;
	position:relative;
	z-index:90;
	height:25px;
}
.tabs .tab{
	float:left;
	width:99px;
	height:20px;
	padding-top:7px;
	text-align:center;
	text-transform:capitalize;
	font-size:70%;
	background-image:url(../images/tab_off.gif);
	background-position:bottom;
}
.tabs .tab.selected{
  background-image:url(../images/tab.gif);
  background-position:bottom;
}
.tabs .tab a{
	text-decoration:none;
	color:#8E8B84;
}
.tabs .tab.selected a{
	text-decoration:none;
	color:#800C0E;
}

.tabs .tab.disabled{
  text-decoration:none;
  color:#8E8B84;
}