#custom_menu {
    display: block;
    /*background: url(../../../../themes/zest/images/mbg.jpg) top left repeat-x;*/
    margin: 0;
    padding: 0 0 0 0;
}

#custom_menu table,
#custom_menu table tr,
#custom_menu table td {
    margin: 0;
    padding: 0;
}

#custom_menu .element-wrapper {
    list-style: none;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    /*background: url(../../../../themes/zest/images/mbg.jpg) top left repeat-x;*/
}

#custom_menu .element-wrapper.level-1 {
    /* comment it out, when menu would be finalized */
    /*background: url(../../../../themes/zest/images/mbg.jpg) top left repeat-x;*/
    /*border-right: 1px solid #5e9736 ;*/
    /*border-left: 1px solid #fff; */
}

#custom_menu .element-wrapper.level-1.first {
    border-left: 0px solid #000;
}

#custom_menu .element-wrapper.level-1.last {
    border-right: 0px solid #000;
}

#custom_menu .level-1.element-wrapper:hover,
#custom_menu .level-1.element-wrapper.last:hover {
    /*background: rgba(0,0,0, 0.1) url(/sites/all/themes/zest/images/menubg.png) bottom center no-repeat;*/
}

#custom_menu .element-wrapper > a,
#custom_menu .element-wrapper.last > a {
    font-size: 15px;
    line-height: 15px;
    display: block;
    padding: 5px 10px 5px 10px;
    /*color:#fff;*/
    /*background: none;*/
    text-decoration: none;
    font-weight: 600;
    margin: 1px 0;
}

#custom_menu .element-wrapper.hide_link > a {
    display: none;
}

#custom_menu .container-level-2 {
    /*position: absolute;*/
    top: 36px;
    left: 0;
    z-index: 1250;
    background: #fff;
}

#custom_menu .container-level-2 .level-2.element-wrapper {
    float: left;
}

#custom_menu .level-1.element-wrapper,
#custom_menu .level-2.element-wrapper {
    float: left;
    clear: both;
}

#custom_menu .left_container {
    display: block;
}

#custom_menu .two_columns .left_container,
#custom_menu .two_columns.noimage .container-level-2 {
    /*width: 300px;*/
}

#custom_menu .right_container,
#custom_menu .right_container .image_wrapper {
    width: 200px;
    vertical-align: middle;
}

#custom_menu .level-3.element-wrapper,
.container-level-3 {
    padding: 0;
}

.block-custom-menu #menu-icon {
    display: none;
}

#custom_menu .element-wrapper {
    width: 100%;
}