Need help with mod_rewrite rule, redirect

I have to redirect

http://www.domain.com/([^/]*)/([^/]*)-hotel-deals.html 

to

http://www.domain.com/([^/]*)/([^/]*)-hotel-deals

where of course ([^/]*) are dynamic.

Any ideas how this could be accomplished?