The menu is in the DIV with a background image. Code:
<div style="background-image:url(./Images/Background.png);padding:16px;">
    <script type="text/javascript" src="./MyMenu1/MyMenu1.js"></script>
    <div id="MyMenu1"></div>
</div>

<style type="text/css">
.SemiTransparent
{
    background-color:#547ABA;
    filter:alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}
</style>

<script type="text/javascript">
    dm.ApplyCSS('MyMenu1','SemiTransparent');
</script>


Created by Menu Generator