
.menu{
	color:						#FFFFFF;
 	font-family:				Arial;
	font-size:					13px;
	font-weight:				normal;
	text-decoration:			none;
	width: 100%;
	margin-left:15px;
}
.menu a:link, .menu a:visited{
 	color:						#FFFFFF;
	font-weight:				bold;
	text-decoration:			none;
}
.menu a:hover, .menu a:focus, .menu a:active{
 	color:						#FF9C00;
	text-decoration:			none;
	background-image: url(../images/freccia.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding-left:12px;
	margin-left:3px;
}