@charset "utf-8";
/* CSS Menu - Fontes */

/* Canal */
.Men_Can{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	word-spacing:2px;
	}

/* Links */
/* Canal */
.Men_Can_Lin{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
	word-spacing:1px;
	text-decoration:none;
	}
	.Men_Can_Lin:hover{
		text-decoration:none;
		color:#FFF;
		}
	.Men_Can_Lin:visited{
		color:#FFF;
		text-decoration:none;
		}
	
/* Area Individual */
.Men_Are_Ind{
	margin-left:1.5px;
	margin-right:2px;
	float:left;
	}
	
/* Divisao */
.Men_Div{
	width:30px;
	float:left;
	}