#filter_container{
    display: block;
    position: relative;
    margin-top: 15px;
    margin-bottom: 0px;
    height: 20px;
    width: 90%;
    z-index: 1000;
    padding: 0px;
}
.filter_title, .filter_sub_titles{
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
}
.filter_title{
    color:#443C3E;
    font-weight: bold;
}
.filter_sub_titles{
    /*    border-bottom: 1px dashed;*/
    cursor: pointer;
    padding: 2px 20px 1px 12px;
    padding: 5px 10px 2px 10px;
    font-weight: normal !important;
    text-align: center;
    margin-right: 2px;
    margin-left: 10px;
    top: -5px;
}
.filter_sub_titles b{
    /*  -moz-text-decoration-line: underline;
        -moz-text-decoration-style: dashed;*/
    padding: 0;
    margin: 0;
    border-bottom: 1px dashed;
}
#categories, #technology{
    display: none;
    position: absolute;
    float: left;
    top: 16px;
    top: 16px !ie;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 1000;
    background-color: #EFEFEF;
    width:auto;

    border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    -khtml-border-radius: 0 5px 5px 5px;
}
#categories a, #technology a{
    display: block;
    clear: both;
    padding: 10px 10px;
    color: black;
    text-decoration: none;
    text-align: left;
    width: auto;
}
#categories a:hover, #technology a:hover{
    color: #22816B;
}
#categories{
    left:68px;
    /* msie hacks: ie7, ie8, ie9 */
    left:70px\0/IE8+9;
    .left:70px;
}
#technology{
    left:158px;
    /* msie hacks: ie7, ie9 */
    left: 159px\0/IE9;
    .left:156px;
}
/* msie hacks: ie8 */
@media \0screen {
   #technology {left: 156px;}
}
/*moz hack*/
@-moz-document url-prefix(){
    #categories{
        left:67px;
    }
    #technology{
        left:157px;
    }
}
.selected_link{
    color: inherit !important;
    background-color: #D7D7D7;
    cursor: default;
}
.menu_container{}
.active_button{
    background-color: #EFEFEF;
    font-weight: bold;
}

