#tabs {
	position:		absolute; top:	103px;
	width:			960px;
	height: 27px;
	margin:			0 0 0 0;
	padding:		0 0 0 0;
	clear: both;
}



#tabs a {
	font-size:		16px;
	float:			left;
	margin:			0 0 0 0;
	padding:		0 3px 0 0;
	text-decoration:	none;
	width:			110px;
	line-height:	27px;
}

#tabs a span {
	float:			left;
	display:		block;
	width:			110px;
	height:			27px;
	line-height:	27px;
	text-align:		center;
	color:			#FFF;
	
}


/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {float:none;}
/* End IE5-Mac hack */


#tabs a:hover span {
	color:			yellow;
}

#tabs a:hover {
	color:			#fff;
}

#tabs a.active {
	float:			left;
	margin:			0 3px 0 0;
	padding:		0 0 0 12px;
	text-decoration:	none;
}

#tabs a.active span {
	float:			left;
	display:		block;
	padding:		8px 12px 6px 0;
	color:			yellow;
}
