#tabs-competitions { 
	margin:0; padding:0;
	list-style:none; overflow:auto;
	font:11px bold Geneva, Arial, Helvetica, sans-serif; font-weight:bold;
}
#tabs-competitions li { 	
	float:left;
	width:92px; height:20px; padding:5px 0 0 10px; margin-right:2px;
	color:#ccc; text-decoration:none; cursor:pointer;
	background: url(../images/tittle_hidden.jpg) center center repeat-x #231b38;
}		
#tabs-competitions .active, #tabs-competitions .active a:hover { 	
	float:left;  
	width:92px; height:20px; padding:5px 0 0 10px; margin-right:2px;
	text-decoration:none; color:#fff;
	background: url(../images/tittle.jpg) center center repeat-x #231b38;
}
#tabs-competitions :hover { color: #fff; }

#tabs-match { 
	margin:0; padding:0;
	list-style:none; overflow:auto;
	font:11px bold Geneva, Arial, Helvetica, sans-serif; font-weight:bold;
}
#tabs-match li { 	
	float:left;
	width:144px; height:20px; padding:5px 0 0 10px; margin-right:2px;
	color:#ccc; text-decoration:none; cursor:pointer;
	background: url(../images/tittle_hidden.jpg) center center repeat-x #231b38;
}		
#tabs-match .active, #tabs-match .active a:hover { 	
	float:left;  
	width:144px; height:20px; padding:5px 0 0 10px; margin-right:2px;
	text-decoration:none; color:#fff;
	background: url(../images/tittle.jpg) center center repeat-x #231b38;
}
#tabs-match :hover { color: #fff; }

