/* -------------------barra dei menu------------------ */
/* impostazione del font nella barra menu */
ul.menu-system li a
{
    font-family: "Kristen ITC",papyrus,"Tempus Sans ITC","Lucida Handwriting",verdana,swift,dustismo,"URW Gothic L",sans-serif;
    /*font-weight: bold;*/
    font-size: 1.5em;  /*1.3em*/
    display: inline;
    text-decoration: none;
    margin: 0;
    background-color:#5bc0f4 ; //#006600;/*88888 NUOVO 8888888888888*/
    color: white;
    
}

/* cambio colore testo nella barra menu per effetto hover */
ul.menu-system li a:hover
{
    background-color:#5bc0f4 ;  /green; //#006600;/*88888 NUOVO 8888888888888*/
    color: red;// #ccffcc;          
}

ul.menu-system li.submenu ul a
{
    /*color: white;*/
    font-family: "Kristen ITC","Tempus Sans ITC","Lucida Handwriting", verdana,swift,dustismo,"URW Gothic L",sans-serif;
    font-size: 1em;
    letter-spacing: .05em;
    /*font-weight: bold;*/
}

ul.menu-system li.submenu ul a:hover
{
   background-color: #ccffcc;  
   color: #006600;
}
