@charset "utf-8";

#nav_principal {
	height: 25px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imgs/navegacao_bg.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#nav_principal ul {
	display: inline;
	float: right;
	margin-right: 40px;
}
#nav_principal li {
	float: left;
	display: block;
	height: 20px;
	margin-left: 20px;
	background-repeat: no-repeat;
	text-align: center;
}
a:link {
	color: #07405f;
	text-decoration: none;
}
a:visited {
	color: #07405f;
	text-decoration: none;
}


a:hover {
	color: #df4910;
}
#aqui {
	color: #df4910;
	font-weight:bold;
}
