#navigation {
	/*border:1px solid #5263AB;*/
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation a.head {
	cursor:pointer;
	 font-family: Arial, Helvetica, sans-serif;  
	 font-size: 10px;
	 color: #325d19;  
	 text-decoration: none;  
	 display: block;  
	 height: auto;  
	 padding: 4px; 
	 background: url(../img_source/btnsFresh/fish_buttonFresh1.jpg) 97% left no-repeat;
	 padding-left: 25px;  
}
#navigation a.head:hover {
	border-right: 1px dashed #A3DB7D; 
	border-left: 1px dashed #A3DB7D; 
 	color: #FFF; 
	display:block;
	background: #458023 url(../img_source/btnsFresh/fish_buttonFresh2.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 {
	border-bottom: 1px dashed #A3DB7D; 
	 font-family: Arial, Helvetica, sans-serif;  
	 font-size: 10px;
	 color: #325d19;  
	 text-decoration: none;  
	 display: block;  
	 height: auto;  
	 padding: 4px; 
	 background: #C1F59E url(../img_source/btnsFresh/setaMenuFresh.gif) 97% center no-repeat; 
	 padding-left: 30px;  
}
#navigation li a:hover {
	background: #FFFFFF url(../img_source/btnsFresh/setaMenuFresh2.gif) 97% center no-repeat;
	color: #458023;
}

}