All you need is to open the index.php file of the template and replace these codes:
<div id="ja-sh-wrap1">
<div id="ja-sh-wrap2">
<div id="ja-sh-wrap3">
<div id="ja-sh" class="clearfix" style="background:url(<?php echo "$ja_template_path/images/$ja_color/$ja_headerimg"; ?>) no-repeat top right; ">
<div id="ja-topnav">
<?php
switch ($ja_menutype) {
case 1: echo $topnav;
break;
case 2:
include("ja_cssmenu.php");
break;
case 3: include("ja_transmenu.php");
break;
case 4: include("ja_droplinemenu.php");
break;
}
?>
</div>
<script type="text/javascript">initPNGTrans();</script>
</div>
</div>
</div>
</div>
This changes can affect heavily on the menu navigation system and I will not recommend using flash in this area 🙁