/*----------------------------------------- funzioni della pagina corrente */
div#f_list{
        width:696px;
        height:35px;
        clear: both;
        text-align:center;
        margin-bottom:10px;
}

div#functions {
        /*padding-left:10px;*/
        width:696px;
        padding-bottom:5px;
        position: relative;
        margin:0px auto;
        text-align:center;
        clear: both;
}
#functions ul {
        margin: 0px auto;
        list-style-type: none;
        text-align: center;
        padding-top:5px;
}
#functions ul li {
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
        display: block;
}
#functions ul li a {
        display: block;
        margin: 0 1px 0 1px;
        background:#FB9D2C;
        border:solid 1px #FFF;
        color:#FFF;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left:4px;
        padding-right:4px;
        /*width:125px;*/
/*      height: 16px;*/
/*      font-size: 12px;*/
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        voice-family: "\"}\"";
        voice-family:inherit;
/*      width:99px;*/
        white-space:nowrap;
/*      height: 15px;*/
}
html>#functions ul li a  {
/*      width:98px;*/
        height: 15px;
}
#functions ul li a:hover {
        color: #FB9D2C;
        background:#FFF;
        border:solid 1px #FB9D2C;
}

li#open li {
    font-weight:normal;
}