	@charset "utf-8";
.menu {
	font-family: "Trebuchet MS", Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
	text-align:center;
	padding:6px;
	background-image: url(../images/netimp_bg_red.gif);
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.menu_on {
	font-family: "Trebuchet MS", Lucida Sans Unicode, Arial, sans-serif;
	font-size: 14px;
	text-align:center;
	background-color:#200024;
	padding:6px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-right-color: #333333;
	border-bottom-color: #333333;
}
.menu a{
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	}
	
		
.menu a:hover{
	color:#FFFFFF;
}

.menu_on a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.menu_on a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
.estilo_menu {
	font-family: "Trebuchet MS", Lucida Sans Unicode, Arial, sans-serif;
	font-size: 12px;
	text-align:right;
	padding:5px;
}

