@CHARSET "utf-8";
.service_nav{
    width: 150px;
    background: #FFF;
}
a.parent {
    width:150px;
    height:29px;
    display: block;
    background-image:url("/fa/img/btn_r_nav.gif");
    outline:none;
    font: 11px tahoma;
    line-height: 27px;
    overflow:hidden;
    text-decoration: none;
    color: #434343;
    text-indent: 25px;
}
.parent_inner_link{
     width: 150px;
     display: none;
     padding-top: 5px;
     background: #FFF;
}
.inner_link{
    width: 150px;
    height: 20px;
    overflow: hidden;
    display: block;
    font: 11px tahoma;
    color: #6F6F6F;
    line-height: 18px;
    text-decoration: none;
    margin: 0px;
    text-indent: 10px;
    border-top: 1px solid #DFDFDF;
    background: #FFF;
}
.b_nav{
    width: 210px;
    height: 50px;
    background-color: #BEBEBE;
}
