@charset "utf-8";
/* CSS Document */

#menu_index ul{
	list-style:none;
	padding:0;
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
#menu_index li{
	background-image: url(../../imgs/fundo_menu_index.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 24px;
	line-height: 1.2;
	margin-top: 5px;
	margin-bottom: 6px;
	page-break-before: always;
	text-align: right;
	padding-right: 9px;
}

#menu_index li:hover{
	background-image: url(../../imgs/fundo_menu_index_hover.jpg);
}
#menu_index li a:link{
	text-decoration:none;
	color:#000;	
}
#menu_index li a:hover{
	color:#000;
	text-decoration:underline;
}

#menu_index li a:visited{
	text-decoration:none;
	color:#000;
}

