/*******************************\
|	top_menu_1	Template FLUIDO		|
\*******************************/
#top_menu {
	font-weight: bold;
	/*position: absolute; */
  position: static;   /* relative*/
	padding: 5px 0px 5px 0px;
/*	top: 145px;*/
  margin-left: 2px;
  margin-right: 1px;
	width: 99,7%;
	min-width: 780px;
/*	BACKGROUND-IMAGE: url(bg_menutop1.gif); */ 
	background-position: right top;
	/* border: 1px solid; */
}

#top_menu ul {
	margin: 0px;
	padding: 0px;
}

#top_menu li {
	display: inline;
	margin: 0px;
	padding: 4px 0px;
	
}

#top_menu a {
/*	margin-right: 2px;
	margin-left: 1px;   */

	text-decoration: none;
	color: #A8A198;
  background-image: url(bg_li.gif); 
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0px 15px 0px 15px;
	line-height:20px;
	
}
#top_menu a:hover {
	text-decoration: underline;
}

#top_menu a.first_voice {
 /*
 background-image: none;
 */
  background-image: url(bg_li.gif); 
	background-position: left center;
	background-repeat: no-repeat;
  padding: 0px 15px 0px 15px;
	border: none;
}
#top_menu a.last_voice {
/*background-image: none; */
	border: none; 
}

#top_menu li A:hover {
	COLOR: #B01E36
}

