I took out the dropdown all together, its on the review page anyways
I change the bottom part of that file to this,
Code:
<table class="acr-container{if $is_multicolumns eq "Y"}-multicolumns{/if}">
<tr>
<td class="rating-box">
<div style="width: {$smarty.const.ACR_STARS_RATING_WIDTH}px">{include file="modules/Advanced_Customer_Reviews/vote_bar.tpl" rating=$general_rating}
<br />
(<a href="reviews.php?productid={$productid}{if $cat}&cat={$cat}{/if}">{$general_rating.total} {$lng.lbl_acr_reviews}</a>)
</div>
/td>
</tr>
</table>
And now my site looks nicer.