Ähm, ein Layer definierst du doch vorher in einem <style> Tag, und dort drin dann eben: background: #123456
Wie würde denn dann so ein Tag ausssehen?
<style>
#menuOpen { /* Ist gleich die ID deines <DIV> */
position:absolute;
width:150px;
height:100px;
visibility:hidden;
border:1px #C0C0C0 solid;
background: #D0D0D0;
color:#000000;
font-weight: bold;
border-style: 0.5px
font-size: 12px;
font-family: verdana;
}
</style>