/*bind css (not edit)*/
.menu_vert {
    margin: 0;
    padding: 0;
    position: relative;
    /*word-spacing: -0.25em;*/
}

.menu_vert li {
    /*    border-bottom: 1px solid #E8E8E8;
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
        vertical-align: top;
        word-spacing: normal;
    / / zoom : 1;*/
}

.menu_vert > li:last-child {
    border: 0
}

.menu_vert a {
    /*color: #666;
    font: 12px/1.2em Arial, Helvetica, sans-serif;
    padding: 10px 20px 10px 10px;
    text-align: left;
    text-decoration: none;*/
    display: block;
    position: relative
}

/*.menu_vert a:hover {
    background: #eee;
    color: #000;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
}*/

.menu_vert li .active .arrow-right{
    background-position: 0 -20px;
}
.menu_vert li .active {
    color: #baf991;
}
.menu_vert li li .active {
    /*    background: #eee;*/
    background: #448B01; /* Old browsers */
    background: #448B01;
    background-image: -webkit-gradient(
 linear,
 right top,
 right bottom,
 color-stop(0.46, #448B01),
 color-stop(1, #215700)
 );
    background-image: -o-linear-gradient(bottom, #448B01 46%, #215700 100%);
    background-image: -moz-linear-gradient(bottom, #448B01 46%, #215700 100%);
    background-image: -webkit-linear-gradient(bottom, #448B01 46%, #215700 100%);
    background-image: -ms-linear-gradient(bottom, #448B01 46%, #215700 100%);
    background-image: linear-gradient(to bottom, #448B01 46%, #215700 100%);
    color: #baf991;}
.menu_vert li {white-space:nowrap}

.menu_vert ul li a {
    text-decoration: none;
}
.menu_vert ul li {
    display: inline;
    list-style: none;
    margin: 0 0 2px;
    padding: 0;
    border: 0;
    width: 100%;
}

.menu_vert ul a {
    display: block;
    border-radius: 5px;
}

ul.box-category .menu_vert ul {
    background: #296307; /* Old browsers */
background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.26, #296307),
    color-stop(0.63, #418906),
    color-stop(1, #296307)
);
background-image: -o-linear-gradient(bottom, #296307 26%, #418906 63%, #296307 100%);
background-image: -moz-linear-gradient(bottom, #296307 26%, #418906 63%, #296307 100%);
background-image: -webkit-linear-gradient(bottom, #296307 26%, #418906 63%, #296307 100%);
background-image: -ms-linear-gradient(bottom, #296307 26%, #418906 63%, #296307 100%);
background-image: linear-gradient(to bottom, #296307 26%, #418906 63%, #296307 100%);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;

    /*box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);*/
    top: 0;
    display: none;
    left: 0;
    margin: 0;
margin-left:-17px;
    /*padding: 10px;*/
    position: absolute;
    z-index: 2;
/ / zoom : 1;
    width: auto;
	float:left;
	padding:10px 0;
}

ul.box-category .menu_vert ul ul { margin-top:-13px;}
/*.arrow-left {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #fff;
    border-top: 5px solid transparent;
    height: 0;
    left: -4px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1;
}

.arrow-left2 {
    border-bottom: 5px solid transparent;
    border-right: 5px solid #c2c2c2;
    border-top: 5px solid transparent;
    height: 0;
    left: -5px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 0;
}*/

.toLeft .arrow-left {
    border-left: 5px solid #fff;
    border-right: 0;
    left: auto;
    right: 5px;
}

.toLeft .arrow-left2 {
    border-left: 5px solid #c2c2c2;
    border-right: 0;
    left: auto;
    right:5px;
}

.arrow-right {
    background: url("/catalog/view/theme/default/image/maket/left_nemu/sub_nemu.png") no-repeat 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right:5px;
}

.menu_vert li li .toLeft .arrow-left {
    border-left: 5px solid #fff;
    border-right: 0;
    left: auto;
    right: 12px;
}

.menu_vert li li .toLeft .arrow-left2 {
    border-left: 5px solid #c2c2c2;
    border-right: 0;
    left: auto;
    right:12px;
}

.menu_vert li li .arrow-right {
    background: url("/catalog/view/theme/default/image/maket/left_nemu/sub_nemu.png") no-repeat 0 0;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 4px;
    right: 12px;
}
.menu_vert li li{

}
.menu_vert li li a { border-radius:0 !important;  padding:1px 30px 1px 20px;}
.menu_vert a.activee .arrow-right,
.menu_vert li a:hover .arrow-right{
    background-position: 0 -20px;
}
.menu_vert li li a.activee,
.menu_vert li li a:hover {
    background: #448B01; /* Old browsers */
 background-image: -webkit-gradient(
    linear,
    right top,
    right bottom,
    color-stop(0.46, #448B01),
    color-stop(1, #215700)
);
background-image: -o-linear-gradient(bottom, #448B01 46%, #215700 100%);
background-image: -moz-linear-gradient(bottom, #448B01 46%, #215700 100%);
background-image: -webkit-linear-gradient(bottom, #448B01 46%, #215700 100%);
background-image: -ms-linear-gradient(bottom, #448B01 46%, #215700 100%);
background-image: linear-gradient(to bottom, #448B01 46%, #215700 100%);
    color: #baf991;
}
