@charset "utf-8";
/* CSS Menu */

/* Area Geral  */
.Can_Are{
	width:960px;
	height:28px;
	padding:10px 0 0 0;
	border-top:#CCC dotted 1px;
	border-bottom:#CCC dotted 1px;
	text-align:center;
}

/* Area Individual */
.Can_Ind{
	margin:0 0.5px;
	float:left;
	font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
	text-transform:uppercase;
	}
	.Can_Ind a{
		font:bold 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#777;
		text-decoration:none;
		}
		.Can_Ind a:hover{
			color:#333;
			text-decoration:none;
			}
			
/* Divisao */
.Can_Div{
	width:10px;
	float:left;
	font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#777;
}
