Hi
open template.css file, find following code section:
#ja-col1 div.moduletable h3,
#ja-col1 div.moduletable_menu h3,
#ja-col1 div.moduletable_text h3 {
margin: 0 0 5px;
padding: 0 5px 4px 20px;
text-transform: uppercase;
background: url(../images/symbol.gif) no-repeat 0 6px;
border-bottom: 1px solid #DDDDDD;
}
and change to:
#ja-col1 div.moduletable h3,
#ja-col1 div.moduletable_menu h3,
#ja-col1 div.moduletable_text h3 {
font-size: 100%;
margin: 0 0 5px -11px;
padding: 5px 15px 9px;
background: url(../images/h3r-bg.gif) no-repeat right center;
text-transform: uppercase;
color: #FFFFFF;
}