﻿#menu {
width: 100%;
font: 80% Arial, Helvetica, sans-serif;
    height: 19px;
}

#menu ul{
margin: 0;
padding-left: 0;
list-style: none;
    height: 20px;
    width: 934px;
}
#menu li{
font-size: 1.1em;
display: inline;
margin: 0;
padding: 0;
}

#menu a:link, #menu a:visited{
float:left;
background: #DFDBDB url(immagini/menu2b.jpg) no-repeat center top;
color: #000;
margin: 0em;
padding: 0.0em 0.8em 0.1em 1.0em;
text-decoration:none;
border-right: 1px solid #fff;
        width: 106px;
    height: 16px;
}
#menu a:hover, #menu a:focus, #menu a:active{
color: #fff;
background: url(immagini/menu2a.jpg) center top no-repeat;
background-color: #000;
}
    
