/* Stil pentru Filtrare */
#filtre {
        font-family: Arial, sans-serif;
        margin-top: 1px;
       /* z-index: 100;*/
        display: block;
        background: #dddddd ;
        height: 18px;
}

ul#nav, ul#nav li ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: 11px;
        font-weight: bold;
        color: #000000;
        text-align: center;
        list-style-type: none;
        line-height: 18px;

}

ul#nav li, ul#nav li ul li {
        float: left;
        position: relative;
        width: 115px;
        cursor: pointer;
        cursor: hand;
        background-color: #dddddd;
        border-right: 2px solid #ffffff;

}

ul#nav li ul li {
        text-align: left;
}

ul#nav li:hover, ul#nav li ul li:hover {
        background-color: #0091C1;
        color: #ffffff;
        width:115px;
}

ul#nav li.first, ul#nav li.first:hover {
        background: #0091C1  top left no-repeat;

       font-family: Verdana, sans-serif;
        color: #ffffff;
        width: 115px;
        cursor: pointer;

}

ul#nav li ul {
        display: none;
        position: absolute;
        top: 18px;
        left: 0;
        font-weight: normal;
        text-align: left;
        list-style-type: none;
}

ul#nav li ul li {
        background-color: #dddddd;
        border: 1px solid #ffffff;
}

ul#nav li:hover ul, ul#nav li.over ul {
        display: block;
        width:115px;
}

#nav li a {
        font-family: Arial, sans-serif;
        font-size: 10px;
        line-height: 15px;
        text-decoration: none;
        vertical-align: middle;
        display: block;
        color: #000000;
        padding: 0.1em 5px;
        width: 115px;
}

#nav li a.selected {
        background-repeat: no-repeat;
        text-indent: 7px;

}

#nav a:hover {
        padding: 0.1em 5px;
        background-color: #0091C1;
        color: #ffffff;
        width:105px;

}

ul#nav li.first a {
        width: 115px;
}

ul#nav li.first a:hover {
        background-color: #1781cd;
        color: #ffffff;

        padding: 0;
}


.filtre_link {font-size:12px; color:#333; text-decoration:none}
.filtre_link_stergere{font-size:12px; color:#900; text-decoration:none}