#menu {
width:200px;
margin:auto;
margin-top:20px;
font-family:Arial;
background-color:#E2DEC5;
border-bottom:5px solid #AF2E33;
}

#menu p {
height:10px;
line-height:70px;
padding-left:10px;
font-weight:bold;
color:#4E321C;
font-size:20px;
background:url(img/menutop.jpg) no-repeat top;
}

#menu span {
color:#AF2E33;
}

#menu a {
display:block;
height:25px;
text-align:right;
line-height:25px;
text-decoration:none;
font-size:13px;
font-weight:bold;
color:#4E321C;
padding-right:50px;
border-top:1px solid #FF0000;
background:url(img/menuarrow.gif) no-repeat top right;
}

#menu a:hover {
background-color:#D4CCB3;
background-position:center right;
padding-right:40px;
}

#menu a.selezionato {
background-color:#D4CCB3;
background-position:bottom right;
padding-right:40px;
}