#menu {
	background: #ffeed2;
	list-style: none;
	padding: 2px 1px;
	width:auto;
	float:right;

}
#menu li {
	float: left;
	font: 16px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: auto;
	padding: 0;
}
#menu a {
	background: #ffeed2 url('../menu_48272/images/seperator.gif') no-repeat bottom right;
	color: #898989;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	padding-left:12px; 
	padding-right:12px; 
	padding-top:8px; 
	padding-bottom:10px
}
#menu a:hover {
	/*background: #fddbc0 bottom center no-repeat;*/
	color: #b7b7b7;
	border-bottom:5px;
	border-bottom-color:#fddbc0;
	border-bottom-width:medium;
	padding-bottom: 8px;
}


/*MENU CONTESTUALE*/
#menu_sx {
	background: #fef7da;
	float:left;
	list-style: none;
	padding: 0;
	width: 144px;
}
#menu_sx li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	text-align:left;
	margin: 0;
	padding: 0;
}
#menu_sx a {
	background: #fef7da;
	border-bottom: 1px solid #393939;
	color: #545255;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}

.firstmenu{
	background: #fef7da;
	border-bottom: 1px solid #393939;
	color: #545255;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu_sx a:hover {
	background: #ffdabd left center no-repeat;
	color: #545255;
	padding-bottom: 8px;
}
