#custommenu {
    color:#000000;
    top:5px;
    position:relative;
    font-size: 14px;
    margin: 0 auto;
    width: 952px;
    z-index: 2;
}
div.menu {
    float: left;
    border-top-right-radius:1em;
    border-top-left-radius:1em;
    margin-right:3px;   
}
div.menu:hover {
    background-color:#F5F5F5;
    height:68px;
    margin-bottom:-11px;	
}
div.menu.act {
    background-color:#EBEBEB;
    height:68px;
    margin-bottom:-11px;
}
div.menu.active {
    background-color:#666666;
}
div.wp-custom-menu-popup {
    font-size: 16px;
    position:absolute;
    margin-top:35px;
    z-index:3000;
    border:1px solid #040404;
    display: none;
    background-color:#fff;
    text-align:left;    
}
div.menu, div.wp-custom-menu-popup {
    padding: 5px 8px 6px 8px;
}
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
    color:#000000;
}
div.wp-custom-menu-popup a.actParent {
    color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
    width:210px; /* column width */
    padding:5px;
}
div.itemSubMenu {
    margin-left:20px;
}
.clearBoth {
    clear:both;
}