#navigation {
	/*border:1px solid #5263AB;*/
	margin:0px;
	padding:0px;
	text-indent:0px;
	/*background-color:#E2E2E2;*/
	/*height:400px; 
	1-forçar um tamanho grande para a página nao acabar logo quando o menu é pequeno
	2-Comentei porque entretanto o menu cresceu!..
	*/
}
#navigation a.head {
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 10px;
	color: #2946A9; 
	text-decoration: none;  
	display: block;  
	height: auto;  
	padding: 4px; 
	background: url(../img_source/btnsSalt/fish_buttonSalt1.jpg) 97% left no-repeat;
	padding-left: 25px;  
}
#navigation a.head:hover {
	/*color:#FFFF99;*/
	border-right: 1px dashed #FFF; 
	border-left: 1px dashed #FFF;  
 	color: #FFF; 
	display: block;
	background: #000066 url(../img_source/btnsSalt/fish_buttonSalt2.jpg) 97% left no-repeat; 
}
#navigation a.selected {
	/*background-image: url(expanded.gif);*/
	text-decoration:underline;
	padding-right:15px;
}
#navigation a.current {
	text-decoration:underline;
	text-align:right;
	padding-right:15px;
}
#navigation ul {
	display:none;
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li a {
	/*color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	*/
	border-bottom: 1px dashed #37849D; 
	font-family: Arial, Helvetica, sans-serif;  
	font-size: 10px;
	color:#FFFFFF; 
	text-decoration: none;  
	display: block;  
	height: auto;  
	padding: 4px; 
	background: #006699 url(../img_source/btnsSalt/setaMenuSalt.gif) 97% center no-repeat;
	padding-left: 30px;  
}
#navigation li a:hover {
	/*background-color:#FFFF99;
	color:#FF0000;*/
	background: #FFFFFF url(../img_source/btnsSalt/setaMenuSalt2.gif) 97% center no-repeat;
	color: #000066;
}

}