Your custom module is
suppose to go there..Right under where your regular modules are. The styles to your custom module will be the same as the other one. The code is already in your Custom Header HTML, just find this code and change it to the styles you want:
CODE
<!-- begin code provided by createblog.com -->
table.left th {
/* on your menu module, this edits the title part of it */
/* like BLOGRINGS, POSTING CALENDAR, etc */
background-image: url(http://url.com/to/the/site/image.gif);
background-color: transparent;
font: bold 11px arial;
text-transform: uppercase;
color: #000000;
border: none;
}
<!-- end code provided by createblog.com -->