.mycategories_block ul li{    
    width:201px;
}
.mycategories_block li:not(.noSubCat) .upDownCategory {  
    /*background: url('img/bg-category-list-ul-li-a.png') 188px -13px no-repeat;*/
    background: url('img/bg-category-list-ul-li-a.png') right -12px no-repeat;
    border-right: 8px solid transparent;
}



.mycategories_block li.noSubCat .upDownCategory {  
    /*background: url('img/bg-category-list-ul-li-a.png') 188px -13px no-repeat;*/
   background:none !important;
}

.mycategories_block li{  
   
    margin-top:3px; 
    position:relative;
}
.selected .menuName {  
    background: url('img/active-a.png') right 6px no-repeat !important;
    border-right: 3px solid transparent;
    /*margin-top:3px;  */
    font-weight:bold !important;
}
.selected2 .menuName {
    background: url('img/bg-category-list-ul-li-a.png') right  -17px no-repeat !important;
    border-right: 3px solid transparent;
}
.mycategories_block ul a{
    padding:5px 5px 5px 5px;
    border-bottom:1px solid #DDDDDF;
    width:191px;
    font-weight:bold;
   
}
.mycategories_block ul a:hover, .mycategories_block .selected, .mycategories_block .last a {
    border-bottom:1px solid #fff;
    
}
.mycategories_block ul a:hover:not(.selected){
    background:#ffa800 url('img/bg-category-list-ul-li-hover_nobg.png') no-repeat;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
    
}
#mycategories_block .selectedLeaf .selected {
   background:#ffa800 url('img/bg-category-list-ul-li-hover_no_arrow_nobg.png') no-repeat !important;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
   
}
.mycategories_block .selectedLeaf .selected {
   background:#ffa800 url('img/bg-category-list-ul-li-hover_no_arrow_nobg.png') no-repeat !important;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
    
}
.menuName {
    display:block;
    
}
.categoryBlock {
    background: url('img/category.png')  170px 5px no-repeat;
    margin-bottom:10px;
}
.mycategories_block a {
    color:#6A6D73;
}
.mycategories_block a:hover {
    text-decoration:none;
    color:#fff;
}
.mycategories_block .child li {
    
}
.mycategories_block .child a {
    width:191px;
    font-weight:normal;
    padding-left:5px;
}
.mycategories_block .block_content, .mycategories_block .categoryBlock{
    /*padding:5px 0px 5px 5px;*/
    margin-left:5px;

}
#catBlockh4 {
    background:none !important;
    padding:2px !important;
    font-size:11px !important;
}
.child a {
    padding-left:14px !important;
    width:182px !important;
}
.level0 {
    background:#eee6ff;
}
.level0 a {
    padding-left:34px !important;
    width:162px !important;
}
.level0 .selected {
    background:none !important;
}
.child .noSubCat a {
    background: none !important;
}
.child .noSubCat {
    background: none !important;
}
.child .noSubCat a:hover {
    background:#ffa800 url('img/bg-category-list-ul-li-hover_no_arrow_nobg.png') no-repeat !important;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}
.upDownCategory {
    position: absolute;
    right:0px;
    top:0px;
    width:20px;
    height:20px;
    cursor:pointer;
   
}
.upDownCategory.OPEN {
    background: url('img/bg-category-list-ul-li-a.png') right  10px no-repeat !important;
    border-right: 8px solid transparent;
}
.mycategories_block li.selectedLeaf .upDownCategorySelected {  
    /*background: url('img/bg-category-list-ul-li-a.png') 188px -13px no-repeat;*/
    background: url('img/bg-category-list-ul-li-a.png') right  10px no-repeat !important;
   /*background:none;*/
}