I did add some custom css to make the menu background transparent and to have the menu specifically positioned:
HTML Code:
div#menu1{ position:fixed; left:278px; top:133px; background-image: url(http://www.kccadv.org/demonstrateaccess/wp-content/ata-content/nav.png); background-position: top left; background-repeat: no-repeat; background-attachment: fixed; } div#menu1 ul.rMenu { background:transparent; border-bottom:transparent; border-top:transparent; } ul.rMenu li a:link, ul.rMenu li a:active, ul.rMenu li a:visited, ul.rMenu li { background: transparent !important; } ul.rMenu li a:hover { background: transparent !important; }