
<!--
A:link, A:visited { text-decoration: none }
A:hover { text-decoration: underline }

#menuShow{
border: 1px solid #ff0000; /*bordo del menu*/
background-color: #FFFFE7; /*sfondo del menu*/
padding: 3px; /*distanza dal bordo*/
font-size: 10px; /*grsnsezza testo*/
font-family: tahoma, Arial;
position: absolute;
width: auto;
height: auto;
}

#menuSelect{
border: 1px solid #ff0000;
background-color: #FFFFE7;
padding: 3px;
font-size: 10px;
font-family: Verdana, Arial;
position: absolute;
width: auto;
height: auto;
}
-->