.block_content_menu_categories {
    padding: 0 30px;
}
#categories_block_top {
  clear: both;
  position: relative;
  top: 30px; 
}
#categories_block_top .sf-menu {
    position: relative; 
}
#categories_block_top .sf-menu > li {
    position: static; 
}
#categories_block_top .sf-menu > li > ul {
    width: 100%;
    top: 60px;
    margin: 0 20px; 
}
#categories_block_top .sf-menu > li > ul > li {
    display: block;
    float: left;
    width: 20%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; 
}
#categories_block_top .sf-menu > li > ul > .category_thumb {
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%; 
}
#categories_block_top .sf-menu > li > ul > .category_thumb img {
    display: inline-block;
	width: 33%; 
}
#categories_block_top .sf-menu > li h4 a {
    font-size: 1.1em; 
}
#categories_block_top .sf-menu > li h4 a:before {
    display: none; 
}
#categories_block_top .sf-menu > li .main-level-submenus {
    position: relative;
	display: block !important;
	visibility: visible !important;
	top: 0;
	background: none;
	box-shadow: none;
	padding: 0;
	left: 0; 
}
#categories_block_top .sf-menu .category_thumb {
    display: none; 
}

#categories_menu_block_left .block_content > ul {
  border-top: 1px solid #d6d4d4; 
}
#categories_menu_block_left li {
	border-bottom: 1px solid #363636;
    position: relative; 
}
#categories_menu_block_left li:last-child{
	border-bottom: 0;
}
#categories_menu_block_left li a {
    color: #ffffff;
    display: block;
    font-family: "Raleway";
    font-size: 1em;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase; 
}
#categories_menu_block_left li span.grower {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-size: 14px; 
}
 #categories_menu_block_left li span.grower.OPEN:before, #categories_menu_block_left li span.grower.CLOSE:before {
      content: "";
	  background:url("../img/close.png") no-repeat scroll center center rgba(0, 0, 0, 0);
      display: block;
      vertical-align: middle;
      width: 30px;
      height: 40px;
      line-height: 40px;
      text-align: center; 
}
#categories_menu_block_left li span.grower.CLOSE:before {
      content: "";
	  background:url("../img/open.png") no-repeat scroll center center rgba(0, 0, 0, 0);
      color: silver; 
}
#categories_menu_block_left li li a {
    color: #c5c5c5;
    font-weight: 500;
    margin-left: 15px;
    text-transform: none;
}
	
#categories_menu_block_left li li ul li a {
	margin-left: 30px;
}
#categories_menu_block_left li ul li:first-child {
	border-top: 1px solid #363636;
}
