At the moment, the div around the menu is set to the same color as the site background:
Code:
#navcontainer {
height: 45px;
display: block;
background: slateGray;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
So you could change that to something else.
The submenu colors are set in the menumatic style sheet, such as here:
Code:
#subMenusContainer a, #nav li li a {
font-size: 12px;
text-align: left;
background-color: #292D30;
padding: 10px 20px;
color: white;
}
Bookmarks