/* Start of CMSMS style sheet 'portalecremamenu' */
#menu {
position: absolute;
top: -20px;
left: 40px;  
    }

#menu ul {
      /*display: inline;*/
/*      float: left;*/
      margin-top: 10px;
      padding: 0px;
      list-style-type: none;      
    }


#menu li {
      display: inline;
      float: left;
      width: 7em;
      height: 20px;
      margin-right: 1em;
      background: url(../images/botu.jpg) repeat-x;
      text-align: center;
      border: 2px solid #000000;
    }

#menu a {
      display: block;
      width: 100%;
      text-decoration: none;
      text-transform: uppercase;
      color: #000;

    }
  
#menu a:hover {
            background: black url(../images/botd.jpg) center center repeat-x;    }

/* End of 'portalecremamenu' */

