Since posting this question, I found the solution:
The results are on my site:
http://www.crazytrike.com
I'm using HTML/CSS inserts to modify the way the page menu is displayed
I've also added a NextGen Gallery flash header with a transparent .png background image.
Code added for the NextGen Gallery falsh header:
<?php if (function_exists("nggSlideshowWidget")) { nggSlideshowWidget(27,950,200); } ?>
is put in header.php after the line:
<?php bfa_header_config($bfa_ata['configure_header']); ?>
In ATO, Header, Configure Header Area, put: %image %page
In ATO, HTML/CSS Inserts, CSS Inserts, put the follwing css:
#sbsl27_1 {
width: 100%;
}
ul.rMenu {
background: transparent;
margin-top: 154px;
padding: 10px;
position: absolute;
width:auto;
z-index:4;
}
ul.rMenu li {
background-color: transparent;
}
ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active
{
font-weight: bold;
}
#imagecontainer {
position:absolute;
width:100%;
z-index:3;
}
For the NextGen Gallery info, look at this post:
http://forum.bytesforall.com/showthread.php?t=1197
Let me know what you think...
Doug
http://www.crazytrike.com