#custommenu {
    position:relative;
    font-size: 14px;
    margin: 0 auto 0 120px;
    padding: 0 16px;
    z-index: 999;
}
div.menu {
    float: left;
}

div.menu a {
    color: #FFFFFF;
}

div.wp-custom-menu-popup a {
    color:#000055;
}

div.wp-custom-menu-popup a:hover {
    background-color: lightblue;
}

div.menu.act {
    background-color: #048c0f;
}
div.menu.active {
    background-color: #2c8c1d;
}
div.wp-custom-menu-popup {
    position:absolute;
    z-index:3000;
    border:5px solid #006400;
    display: none;
    background-color:#fff;
    text-align:left;
}
div.menu, div.wp-custom-menu-popup {
    padding: 5px 12px 6px 8px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
}
div.wp-custom-menu-popup a.actParent {
    color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
    width:150px; /* column width */
    padding:5px;
}
div.itemSubMenu {
    margin-left:20px;
}
.clearBoth {
    clear:both;
}
#custommenu.rtl .menu {
    float: right;
}
#custommenu.rtl div.column {
    text-align: right;
}