#filtre {
    background-color: #c3dc76;
    border-right: 7px solid #000000;
    height: 15px;
    font-family: Verdana, Arial, sans-serif;
    z-index: 100 !important;
    position: relative;
}

 #filtre ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    background-color: #c3dc76;
    list-style-type: none;
}

 #filtre ul li { /* all list items */
    color: #000000;
    float: left;
    position: relative;
    width: 11em;
    cursor: pointer;
    cursor: hand;
}

 #filtre li.first {
    background-color: #000000;
    width: 4.2em;
    height: 15px;
    color: #ffffff;
}

 #filtre li.rotund {
    background-repeat: no-repeat;
    background-position: top left;
	overflow: hidden;
}

 #filtre li ul { /* second-level lists */
    display: none;
    position: absolute;
    top: 1em;
	to\p: 1.2em;
    left: 0;
    font-weight: normal;
    text-align: left;
    list-style-type: none;
}

 #filtre li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
    top: auto;
    left: auto;
	top: 1em;
    to\p: 1.2em;
	left: 0;
}

 #filtre li:hover ul,  #filtre li.over ul { /* lists nested under hovered list items */
    display: block;
}

 #nav a {
    font-size: 10px;
    text-decoration: none;
    border-width: 0 5px;
    display: block;
    color: #000000;
    padding: 0.2em 10px;
    width: 10.1em;
    wid/th: 10.3em;
}

 #nav a:hover {
    background-color: #ffffff;
}

#filtre_selectate p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-align: left;
    color: #595959;
    margin: 0;
    margin-top: 5px;
    padding: 0;
}

#filtre_selectate p a.sterge {
    color: #ff0000;
    text-decoration: none;
    font-weight: normal;
}

#filtre_selectate p.reset {
	float: right;
	margin: 0;
	padding: 0;
}
