table.menu {
    border-collapse: collapse;
    margin: 10px auto 0px auto;
}

table.menu td {
    padding: 0px;
}

#main-menu {
    z-index:9999;
}

#main-menu ul {
    width:12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}

.sm-simple {
    border: 1px solid #bbbbbb;
    background: rgb(150,213,210);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.current {
    color: black;
}

.sm-simple a:hover, .sm-simple a.current {
    background: #FFE784;
}
