#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 .element-wrapper a:hover,
#custom_menu .element-wrapper.last a:hover {
    /*background: rgba(0,0,0, 0.05);*/
    text-decoration: underline;
}

#custom_menu .element-wrapper a,
#custom_menu .element-wrapper.last a {
    font-size: 13px;
    display: block;
    padding: 5px 10px 5px 0px;
    color: #000;
    background: none;
    text-decoration: none;
    font-weight: normal;
}

#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 .level-1.element-wrapper > a,
#custom_menu .level-1.element-wrapper.last > a {
    font-size: 16px;
    display: block;
    padding: 8px 20px 8px 20px;
    color: #fff;
    background: none;
    text-decoration: none;
    font-weight: 600;
}

#custom_menu .container-level-2 {
    position: absolute;
    top: 36px;
    left: 0;
    z-index: 1250;
    background: #fff;
    box-shadow: 3px 1px 10px rgba(0, 0, 0, 0.3);
}

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

#custom_menu .level-2.element-wrapper > a,
#custom_menu .level-2.element-wrapper.last > a {
    font-size: 14px;
    display: block;
    padding: 5px 5px 2px 5px;
    color: #000;
    background: none;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: -0.01em;
}

#custom_menu .level-2.element-wrapper > a:hover,
#custom_menu .level-2.element-wrapper.last > a:hover {
    /*background: rgba(0,0,0, 0.1);*/
    text-decoration: underline;
}

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

#custom_menu .left_container {
    display: block;
}

#custom_menu .container-level-2 {
    padding: 10px 10px 5px 10px;
}

#custom_menu .container-level-2 .level-2.element-wrapper {
    width: 150px;
}

#custom_menu .container-level-2 .level-2.element-wrapper,
#custom_menu .one_column .left_container,
#custom_menu .one_column.noimage .container-level-2 {
    width: 150px;
}

#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 0 0 5px;
}


