I BELIEVE what you're looking for is:
.menucontent{
background-image:url(ht tp /dkpfiles.com/dkp-templates/wow/menumid . p ng);
background-repeat:repeat;
color:#ffc911;
padding-left:10px;
font-size:9pt;
}You would want to remove the line for the background-image. That should make it totally clear. you can find that toward the top of the layout file in the <STYLE> tag above the <TITLE> tag.
[EDIT]: I had to break up the url for the background-image, because Chops very intuitive design was actually DISPLAYING what I pult there, instead of the text.
All you need to do is delete the whole line. You can also delete the whole background-repeat line too if you want, since once the other is removed, the repeat value is meaningless.